From 30e9cf44f224d0a845a3fe6b49bfbed4ad36fa0f Mon Sep 17 00:00:00 2001 From: Sourav Kunda <50537259+07souravkunda@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:44:36 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 827b299..acd64a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ JestJS integration with BrowserStack for E2E functional testing of UI using Sele - Clone the repository - Install dependencies using, npm install or yarn install - Set your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings) in [browserstack.yml](browserstack.yml) `npx setup --username userName --key accessKey` -- To run sample test, run `npm run sample-test` or `yarn run sample-test` +- To run sample test, run `npm run sample-test` or `yarn run sample-test` - To run tests on private websites, - set browserstackLocal: true at [browserstack.yml](browserstack.yml) - run `npm run sample-local-test` or `yarn run sample-local-test`