Skip to content

Commit 922263e

Browse files
committed
Updated the ReadMe File
1 parent 89f8d6e commit 922263e

3 files changed

Lines changed: 11 additions & 94 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,24 @@ BROWSERSTACK_ACCESS_KEY=<your-browserstack-access-key>
3838

3939
Replace `<your-browserstack-username>` and `<your-browserstack-access-key>` with your BrowserStack username and access key, which you can obtain from the BrowserStack dashboard.
4040

41+
## Browserstack Configuration
42+
To view and update the Browser-OS combinations, please refer to the "features/steps/setup.js" file.
43+
4144
## Execution
4245
To run the tests in parallel with different browser configurations, use the following command:
4346

47+
## Running your Tests:
48+
To run a sample Test, run
49+
4450
```bash
45-
npm run test:parallel
51+
npm run sample-test
4652
```
47-
This command will execute the Cucumber.js tests in parallel on Chrome and Firefox browsers based on the configurations specified in the features/steps/viewBrowserstack.js file.
53+
This command will execute the Cucumber.js tests in parallel on Chrome and Edge browsers based on the configurations specified in the "features/steps/setup.js" file.`
54+
55+
## Run Test on Locally hosted Websites
4856

49-
## Other Available Commands
5057
```bash
51-
npm run sample-local-test: Run a sample test using BrowserStack Local testing.
52-
npm run sample-test: Run a sample test without BrowserStack Local testing.
53-
npm run test:chrome: Run the tests only on Chrome.
54-
npm run test:firefox: Run the tests only on Firefox.
58+
npm sample-local-test
5559
```
5660

5761
## Reporting

browserstack.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

playwright.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)