Skip to content

Commit

Permalink
README file "npx testcafe chrome examples" command fixed (#85)
Browse files Browse the repository at this point in the history
* fix: get-func-name package vulnerability fixed

* fix: fixed npx testcafe chrome examples command by adding -a node server/index.js

* fix: fixed npx testcafe chrome examples command by adding -a node server/index.js

* double quotes added to examples start command

---------

Co-authored-by: aleks-pro <[email protected]>
  • Loading branch information
Bayheck and aleks-pro authored Oct 3, 2023
1 parent 1a36867 commit 3be556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can use TestCafe [CLI options](https://devexpress.github.io/testcafe/documen
To run tests in Chrome only, execute the following command:
```sh
npx testcafe chrome examples
npx testcafe chrome examples -a node "server/index.js"
```
The following command runs the examples from the `client-scripts` directory:
Expand Down

0 comments on commit 3be556a

Please sign in to comment.