Skip to content

Commit

Permalink
test: watch for integration template changes and reload
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored and alharris-at committed Oct 28, 2021
1 parent 6746b2e commit 325e26c
Show file tree
Hide file tree
Showing 5 changed files with 1,393 additions and 16 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ npm run setup-dev # If this is a newly cloned repo
npm run integ
```

- Use `npm run integ:setup` to only setup the integration tests and not run the tests.
- Use `npm run integ:test` to only run the integration tests on existing integration setup.
| Command | Description |
| ----------------------------- | ----------------------------------------------------------------- |
| npm run integ:setup | Setup integration tests but do not run the tests. |
| npm run integ:test | Run integration tests on an existing integration setup. |
| npm run integ:templates | Reload integration templates from test-generator. |
| npm run integ:templates:watch | Watch for changes to integration templates and reload on changes. |

## Amplify Components Schema

Expand Down
Loading

0 comments on commit 325e26c

Please sign in to comment.