Skip to content

ecampii/test

Repository files navigation

#Automation Using Selenium/Webdriver for nodejs - Codeceptjs

Requires the following before running

Install selenium standalone server Download jar file from http://www.seleniumhq.org/download/

Install node

sudo apt-get update sudo apt-get install nodejs

Install npm

sudo apt-get install npm

Install codeceptjs

npm install -g codeceptjs

Run Selenium server

java -jar selenium-versions.jar

Open another terminal and cd to test folder run codecpetjs:

codeceptjs run --steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published