Skip to content

Commit

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

The template to create a service that runs WDIO tests against an environment.
The template to create a service that runs smoke tests against an environment.

- [Requirements](#requirements)
- [Node.js](#nodejs)
Expand All @@ -25,7 +25,7 @@ npm install

### Running local tests

Start application you are testing on the url specified in `baseUrl` [wdio.local.conf.js](wdio.local.conf.js)
Start application you are testing on the url specified in a `baseUrl` in `src/config/index.js`

```bash
npm run test:local
Expand All @@ -37,6 +37,12 @@ npm run test:local
npm run test:local:debug
```

### Reports

```bash
npm run report
```

## Production

### Running the tests
Expand Down

0 comments on commit 4be7e3b

Please sign in to comment.