Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applitools/tutorial-selenium3-javascript-ultrafastgrid
Selenium 3 JavaScript tutorial that uses UltrafastGrid (VisualGrid)
https://github.com/applitools/tutorial-selenium3-javascript-ultrafastgrid
Last synced: about 2 months ago
JSON representation
Selenium 3 JavaScript tutorial that uses UltrafastGrid (VisualGrid)
- Host: GitHub
- URL: https://github.com/applitools/tutorial-selenium3-javascript-ultrafastgrid
- Owner: applitools
- Created: 2020-06-17T07:06:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T04:22:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:52:40.010Z (9 months ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pre-requisites:
1. Install Node.js from [here](https://nodejs.org/en/)
# Running this tutorial
1. git clone https://github.com/applitools/tutorial-selenium-javascript-ultrafastgrid.git
2. cd `tutorial-selenium-javascript-ultrafastgrid` folder
3. Set up environment variable `APPLITOOLS_API_KEY` with your own API key.
* Login to Applitools > Click on the Person icon > My API Key
* Linux/Mac: export APPLITOOLS_API_KEY=
* Windows: set APPLITOOLS_API_KEY=
* Don't forget to change the example with your own API key
4. `npm install`
5. `npm test`