Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 586 Bytes

File metadata and controls

15 lines (12 loc) · 586 Bytes

Pre-requisites:

  1. Install Node.js from here

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=<your_key>
    • Windows: set APPLITOOLS_API_KEY=<your_key>
    • Don't forget to change the example with your own API key
  4. npm install
  5. npm test