applitools / tutorial-nightwatch-basic

Applitools Visual Testing tutorial with Nightwatch

Home Page:https://info.applitools.com/ucY78

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-requisites:

  1. Download Selenium Standalone server here
    • Note that this is a jar file. So you should also have Java installed on your machine.
  2. Chrome Webdriver is on your machine and is in the PATH. Here are some resources from the internet that'll help you.
  3. Run the standalone server jar file - it should look something like below:
    • java -jar selenium-server-standalone-3.141.59.jar (Replace the jar file name with your jar file name)
    • This will run Selenium on localhost and on port 4444
  4. Install Node.js from here

Running the example:

  1. Download the example
    • Option 1: git clone https://github.com/applitools/tutorial-nightwatch-basic.git
    • Option 2: Download it as a Zip file and extract it
  2. CD into the tutorial-nightwatch-basic folder
  3. Change the APPLITOOLS_API_KEY with your own.
    • Login to Applitools > Click on the Person icon > My API Key
  4. run npm install
  5. run npm test

Adding to an existing Node.js example

npm install "@applitools/eyes-nightwatch" --save-dev

About

Applitools Visual Testing tutorial with Nightwatch

https://info.applitools.com/ucY78


Languages

Language:JavaScript 100.0%