Files
react-test/test/e2e-website/README.md
how2ice 005cf56baf
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
init project
2025-12-12 14:26:25 +09:00

550 B

Docs end-to-end testing

Running locally

  1. Run pnpm docs:dev to start the development docs server.
  2. Run pnpm test:e2e-website in a separate terminal to run the test suites (*.spec.ts) inside test/e2e-website folder.

use --headed to run tests in headed browsers, check out Playwright CLI for more options

CI

After Netlify deploys the preview site, the netlify/functions/deploy-succeeded.js hook calls CircleCI API to run the e2e-website workflow against the deployed URL.