Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
flurdy committed May 14, 2024
1 parent 2715be0 commit 6cd6a88
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# cdp-uploader-smoke-tests

The template to create a service that runs smoke tests against an environment.
Run smoke tests against the `CDP Uploader`.

- [Requirements](#requirements)
- [Node.js](#nodejs)
- [Local](#local)
- [Setup](#setup)
- [Running local tests](#running-local-tests)
- [Debugging local tests](#debugging-local-tests)
- [Running tests](#running-tests)
- [Production](#production)
- [Debugging tests](#debugging-tests)
- [Requirements of CDP Environment Tests](#requirements-of-cdp-environment-tests)
- [Licence](#licence)
- [About the licence](#about-the-licence)

Expand All @@ -23,18 +22,12 @@ Install application dependencies:
npm install
```

### Running local tests
### Running tests

Start application you are testing on the url specified in a `baseUrl` in `src/config/index.js`

```bash
npm run test:local
```

### Debugging local tests

```bash
npm run test:local:debug
npm run test
```

### Reports
Expand Down

0 comments on commit 6cd6a88

Please sign in to comment.