Skip to content

Commit

Permalink
updating readme with testing locally section
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed May 21, 2024
1 parent dec9c46 commit 26bf40b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ npx run start:linux -- --firefox-profile rs-devtools --profile-create-if-missing

More information about the temporary loaded addon can be found in `about:debugging#/runtime/this-firefox`

## Running tests locally
Automated tests can be run locally or in docker to verify changes.
- `npm run tcs:docker` - will build and run the automated tests within a container using the latest firefox nightly package.
- `npm run tcs:test` to run automated tests locally using your firefox nightly package.
- Setting the `NIGHTLY_PATH` environment parameter will allow you to run tests against an arbitrary firefox nightly binary. Ex: `NIGHTLY_PATH=/opt/custom/nightly npm run tcs:test`

# Release

### Prerequisites (get access to Ship-It)
Expand Down

0 comments on commit 26bf40b

Please sign in to comment.