Test project to integrate BrowserStack Automate in NodeJS, Cucumber using some sample scenarios.
- Open the BrowserStack site
- Search for Sign In link and click on it
- Enter the email and password and click on Sign in button
- Click on cross icon on the Local installation pop up
- Select the browser you want to open live session for and click on it
- Check whether the live session was successful by checking the title of the Live session page
- Single test executing one capability (npm run single)
- Parallel test executing in parallel for the configured browsers in capability (npm run parallel)
- Local test executed to test the Automate Local connection (npm run local)
- Test is written using NodeJS, Cucumber framework
