Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You will need the following applications:

  • Node.js
  • npm
  • selenium-webdriver
  • chromedriver
  • docker

verify if you have node and npm

node -v
npm -v

If you don't have node and npm install it first.

Note: Install npm inside your folder.

npm install -g

Initialize the folder

npm init -y

Install selenium-driver & chrome-driver

 npm install selenium-webdriver chromedriver

After you have Docker:

  • Download open cart repository
  • Unzip open cart folder
  • Launch Docker
  • Open terminal of open cart repository
  • In the terminal of the file containing the open cart source files, run:
    docker-compose up -d
    
  • Launch Localhost

Testing

Run testAll.bat in terminal

Tests/testAll.bat

About

Using JavaScript and Selenium Webdriver to test apps.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages