/kustomer-test

Primary LanguageJavaScript

Automated tests for https://www.kustomer.com/. Sector "Request Demo Button Functionality"

Table of Contents

  1. Project cloning
  2. Running tests

===

1. Project cloning

1.1. Terminal

  1. Open terminal (Mac) or command promt or Git bash (Windows).
  2. In the terminal, navigate to folder where you want to store the project.

1.2. GitHub:

run the following command in terminal:

$ git clone https://github.com/Uskinn/kustomer-test.git

1.3. Install npm:

run the following command in terminal:

$ npm i

2. Running tests

run the following script in terminal (git bash):

$ npm test