e2e-tests/README.md
These are end to end tests triggered via a CI job. You can run these tests locally by following the instructions below, and they're automatically run as part of a CI workflow which runs when the packages/ or e2e-tests/ directory is changed in a commit.
e2e-tests/name-of-the-teste2e-tests/name-of-the-test/cypress/integration/your-test-here.jscd to the test (e.g. cd e2e-tests/development-runtime)yarn or npm installtest script, e.g. yarn test or npm testAlternatively you can do what the CI does:
./scripts/e2e-test.sh "e2e-tests/development-runtime" "yarn test"Thanks for contributing to Gatsby! 💜