-
Notifications
You must be signed in to change notification settings - Fork 28
Local Development for Runner and Tests
Matt King edited this page Feb 12, 2023
·
1 revision
- Clone the repository
- Run
npm install
- Make changes to the test data
- Rebuild the changes to the tests with
yarn create-all-tests
- Rebuild the changes to the review pages with
yarn review-tests
- Run a local server with
python -m SimpleHTTPServer
- Point your browser to http://localhost:8000/
- Navigate to the relevant test changes to review
If you would prefer to skip building the pages manually and/or share the tests with another colleague you can do the following:
- Commit and push the changed test data files to GitHub
- Open a draft pull request. Github actions will automatically generate the test and review files and commit them to your branch. And prefix your PR with a link to review those changes.