Skip to content

Testing

Terminal window
npm test
npm run build
npm run check
pytest -q tests
Terminal window
npm --workspace packages/client run test
npm --workspace bridge run test
npm run dev:ha:tools:test

List the local Authority, access requests, and grants:

Terminal window
npm run dev:ha:list

Run the relay end-to-end smoke loop:

Terminal window
npm run dev:ha:smoke

Run the local Home Assistant frontend-session smoke loop:

Terminal window
npm run dev:ha:local-smoke

Run browser tests:

Terminal window
npm run dev:ha:local-browser
npm run dev:ha:dashboard-export-browser