Skip to content

Commit

Permalink
chore: update how to run tests content
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirAzhar committed Oct 8, 2024
1 parent 27ccbc9 commit de80845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how_to_run_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Example:
./src/main/java/com/playwright/practice/scripts/run-test.sh i -h true -b c -t LoginTest
```

- i runs integration tests.
- -h true runs tests in headless mode.
- -b c runs tests in Chrome browser.
- -t allows specifying a test class to run.
- `i` runs integration tests.
- `-h` true runs tests in headless mode.
- `-b` c runs tests in Chrome browser.
- `-t` allows specifying a test class to run.

0 comments on commit de80845

Please sign in to comment.