testsuite: update outdated instructions in README for browser selection

This commit is contained in:
Brent Baccala 2022-10-21 18:36:33 -04:00
parent ad1ea593d8
commit 9a6cb96723

View File

@ -28,9 +28,9 @@ $ npm test
You can also run a single test suite and limit the execution to only one browser:
```bash
$ npx playwright test chat --browser=firefox
$ npx playwright test chat --project=firefox
or
$ npm test chat -- --browser=firefox
$ npm test chat -- --project=firefox
```
#### Additional commands