Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit c7120db

Browse files
committed
replace browser
1 parent 9739e0c commit c7120db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TestCafe [command line arguments](https://devexpress.github.io/testcafe/document
2828
```yaml
2929
- uses: actions/testcafe-action@v0.0.1
3030
with:
31-
args: "safari fixture.js -s takeOnFails=true -q -c 3"
31+
args: "chrome fixture.js -s takeOnFails=true -q -c 3"
3232
```
3333

3434
### version
@@ -67,10 +67,10 @@ jobs:
6767
- name: Install TestCafe from 'npm' and Run Tests
6868
uses: actions/testcafe-action@v0.0.1
6969
with:
70-
args: "safari my-fixture.js"
70+
args: "chrome my-fixture.js"
7171
```
7272

73-
The [checkout](https://github.com/actions/checkout) action checks out the repository. Then, `testcafe-action` installs TestCafe and runs `my-fixture.js` in Safari.
73+
The [checkout](https://github.com/actions/checkout) action checks out the repository. Then, `testcafe-action` installs TestCafe and runs `my-fixture.js` in Chrome.
7474

7575
This workflow is triggered when you push changes to the repository. The job runs on a Windows virtual machine.
7676

0 commit comments

Comments
 (0)