Skip to content

Commit

Permalink
improved README.md
Browse files Browse the repository at this point in the history
moved  the run all tests on top
  • Loading branch information
igoychev authored Jul 31, 2023
1 parent 85c8a52 commit 5101fc6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

E2e tests are automated and running on every PR in Github Actions. [Link to the workflow](https://github.com/podkrepi-bg/frontend/blob/29b49f438541fa9254829a494e388202034b274d/.github/workflows/playwright.yml)

### Run all test suites

```shell
yarn test:e2e
```

### For more options:

```shell
$ yarn test:e2e --help

Expand Down Expand Up @@ -39,12 +47,6 @@ Options:
-h, --help display help for command
```
### Run all test suites
```shell
yarn test:e2e
```
### Run test suites in headed mode with enabled debug
```shell
Expand Down

0 comments on commit 5101fc6

Please sign in to comment.