From 3be556adc71757f8ac16d7dd0e4a1d6a9ec65ec5 Mon Sep 17 00:00:00 2001 From: Adil Rakhaliyev <67043367+Bayheck@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:26:58 +0600 Subject: [PATCH] README file "npx testcafe chrome examples" command fixed (#85) * 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac48bf7..4611e8e 100644 --- a/README.md +++ b/README.md @@ -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: