chore: follow test:$browser[:$flavor] naming for tests + retries for Firefox (#8775)

This commit is contained in:
Alex Rudenko
2022-08-11 20:45:52 +02:00
committed by GitHub
parent 23da97105c
commit 73221042db
6 changed files with 28 additions and 19 deletions

View File

@@ -81,5 +81,5 @@ npm run test:chrome:headful
- To run tests with custom browser executable:
```bash
BINARY=<path-to-executable> npm run test:chrome # Or npm run test:firefox
BINARY=<path-to-executable> npm run test:chrome:headless # Or npm run test:firefox
```