Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 454 Bytes

File metadata and controls

9 lines (8 loc) · 454 Bytes

playwright-cucumber-test-for-browserstack-with-javascript

#Setup #Clone the repo and run cd node-js-playwright-browserstack Set BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY as environment variables with your BrowserStack Username and Access Key or make changes in the single.conf.js file present in the conf floder and in the setup.js file present in features/steps Run npm install #Running your tests #To run a sample test, run npm run test