diff --git a/README.md b/README.md index e9b9676..cf20768 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,13 @@ You need BrowserStack credentials to be able to run Playwright tests. You have t 1. Clone this repository 2. Install the dependencies using `npm install` -3. Run the sample script using `node google_search.js` +3. Run the sample script using `node single_test.js` + +**Note**: When using Node for your Playwright test, you need to stay in the home directory. If you prefer using other frameworks, navigate to the specific frameworks folder using the following Commands: +* Playwright Test Runner: `cd playwright-test` +* Java: `cd playwright-java` +* Python: `cd playwright-python` +* C#: `cd playwright-csharp` **Important Note**: When you try to run your Playwright tests on BrowserStack, you need to pass your locally installed client Playwright version in the capability `client.playwrightVersion`. This is required because it is often possible that your locally installed version might be different than the server version running on BrowserStack and the mismatch could lead to different request/response formats leading to socket errors. @@ -108,4 +114,4 @@ If you are using Playwright Test Runner to run your Playwright tests, you can ru ## Facing issues? -If you are facing any issue with any of the above or any other issue in trying to run your Playwright tests on BrowserStack, you can [reach out to support](https://www.browserstack.com/contact#technical-support), select product as `Automate` and post your query there. \ No newline at end of file +If you are facing any issue with any of the above or any other issue in trying to run your Playwright tests on BrowserStack, you can [reach out to support](https://www.browserstack.com/contact#technical-support), select product as `Automate` and post your query there.