Skip to content

devtutorials/tutorial-selenium-javascript-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is for Selenium 4 users. Please use tutorial-selenium3-javascript-basic tutorial if you are using Selenium 3.

Pre-requisites:

  1. Install Node.js from here

Running this tutorial

  1. git clone https://github.com/applitools/tutorial-selenium-javascript-basic.git
  2. cd tutorial-selenium-javascript-basic 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 run test

About

JavaScript tutorial example that doesn't use VisualGrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Dockerfile 6.0%