Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grandel-dsouza/playwright-test-for-android-with-nodejs-for-browserstack
Playwright test for Android with NodeJS for BrowserStack
https://github.com/grandel-dsouza/playwright-test-for-android-with-nodejs-for-browserstack
android automation-testing browserstack browserstack-automate grandel grandeldsouza node-js playwright playwright-javascript
Last synced: 4 days ago
JSON representation
Playwright test for Android with NodeJS for BrowserStack
- Host: GitHub
- URL: https://github.com/grandel-dsouza/playwright-test-for-android-with-nodejs-for-browserstack
- Owner: grandEL-dsouza
- Created: 2024-07-08T18:45:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:52:36.000Z (4 months ago)
- Last Synced: 2024-10-10T23:46:40.170Z (26 days ago)
- Topics: android, automation-testing, browserstack, browserstack-automate, grandel, grandeldsouza, node-js, playwright, playwright-javascript
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright-test-for-Android-with-NodeJS-for-BrowserStack
Playwright test for Android with NodeJS for BrowserStackThis repo contains samples for running Playwright tests on BrowserStack for Android devices.
Setup
Clone the repo git clone -b sdk https://github.com/grandEL-dsouza/Playwright-test-for-Android-with-NodeJS-for-BrowserStack.git and run cd Playwright-test-for-Android-with-NodeJS-for-BrowserStack.
Set BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY as environment variables with your BrowserStack Username and Access Key or update the same in browserstack.yml file.
Run npm i to install the dependencies.
Running your tests
To run the sample tests in parallel across the platforms specified in the browserstack.yml, run npm run sample-test.
To run the sample local tests in parallel across the platforms specified in the browserstack.yml, run npm run sample-local-test.