Skip to content

Commit

Permalink
chore(e2e-tests): change deprecated e2e test repo name (#38271)
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi authored Jun 29, 2023
1 parent 2fd6623 commit 01e815f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ These are end to end tests triggered via a CI job. You can run these tests local

## Running the Tests

- `cd` to the test (e.g. `cd e2e-tests/gatsby-image`)
- `cd` to the test (e.g. `cd e2e-tests/development-runtime`)
- Install dependencies: `yarn` or `npm install`
- OPTIONAL: Use [gatsby-dev-cli][gatsby-dev-cli] to link current changes in packages
- Run the `test` script, e.g. `yarn test` or `npm test`

Alternatively you can do what the CI does:

- From the gatsby root run `./scripts/e2e-test.sh "e2e-tests/gatsby-image" "yarn test"`
- From the gatsby root run `./scripts/e2e-test.sh "e2e-tests/development-runtime" "yarn test"`
- The script uses sudo to install -g gatsby-cli. You won't need to and you can ctrl+c the prompt away

Thanks for contributing to Gatsby! 💜
Expand Down

0 comments on commit 01e815f

Please sign in to comment.