@lit-protocol/e2e
Version:
Lit Protocol E2E testing package for running comprehensive integration tests
23 lines (22 loc) • 757 B
TypeScript
/**
* Naga Health Check Runner
*
* This is the main entry point for running health checks on Naga networks.
* It initializes the environment, runs all endpoint tests, and logs results
* to the Lit Status backend for monitoring.
*
* Environment Variables Required:
* - NETWORK: The network to test (naga-dev or naga-test)
* - LIVE_MASTER_ACCOUNT: Private key of the master funding account
* - LIT_STATUS_BACKEND_URL: URL of the status backend
* - LIT_STATUS_WRITE_KEY: API key for writing to status backend
*
* Optional:
* - LOG_LEVEL: Logging verbosity (silent, info, debug)
* - LIT_YELLOWSTONE_PRIVATE_RPC_URL: Override RPC URL
*
* Usage:
* NETWORK=naga-dev pnpm run ci:health
* NETWORK=naga-test pnpm run test:health
*/
export {};