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
Docs end-to-end testing
Running locally
- Run
pnpm docs:devto start the development docs server. - Run
pnpm test:e2e-websitein a separate terminal to run the test suites (*.spec.ts) insidetest/e2e-websitefolder.
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.