Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairong committed Jul 19, 2024
1 parent e9e072e commit 205aed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ There are three types of tests in this repository:
```

3. **End-to-End (e2e) Tests** for the whole repository:
- To run e2e tests, you need to create a `.env` file with `CHROME_ID=eggfhkdnfdhdpmkfpihjjbnncgmhihce` that corresponds to the key property (which is actually the pub_key) in `holo-key-manager-extension/static/manifest.json`.
- The rest of the `.env` properties visible in `.env.example` are for CI/CD.
- To run e2e tests, you need to create a `.env` file with `CHROME_ID=eggfhkdnfdhdpmkfpihjjbnncgmhihce`
- The rest of the variables in `.env.example` are for deployment and not necessary for testing
- Run the e2e tests using the command:
```sh
pnpm e2e-tests
Expand Down

0 comments on commit 205aed8

Please sign in to comment.