Skip to content

Commit

Permalink
test: get clinic flame & doctor output from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Oct 23, 2023
1 parent 69814c4 commit 663e71e
Show file tree
Hide file tree
Showing 4 changed files with 6,004 additions and 199 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ $ npm run test:e2e -- ${PLAYWRIGHT_OPTIONS} # run tests with custom playwright o

```

### Get clinicjs flamecharts and doctor reports from e2e tests

```sh
$ npm run test:e2e-doctor # Run the dev server with clinicjs doctor, execute e2e tests, and generate a report.
$ npm run test:e2e-flame # Run the dev server with clinicjs flame, execute e2e tests, and generate a report.
```

## Author

- [whizzzkid](https://github.com/whizzzkid)
Loading

0 comments on commit 663e71e

Please sign in to comment.