We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239d539 commit b27d755Copy full SHA for b27d755
e2e-tests/README.md
@@ -15,6 +15,11 @@ These are end to end tests triggered via a CI job. You can run these tests local
15
- OPTIONAL: Use [gatsby-dev-cli][gatsby-dev-cli] to link current changes in packages
16
- Run the `test` script, e.g. `yarn test` or `npm test`
17
18
+Alternatively you can do what the CI does:
19
+
20
+- From the gatsby root run `./scripts/e2e-test.sh "e2e-tests/gatsby-image" "yarn test"`
21
+- The script uses sudo to install -g gatsby-cli. You won't need to and you can ctrl+c the prompt away
22
23
Thanks for contributing to Gatsby! 💜
24
25
[gatsby-dev-cli]: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli
0 commit comments