Skip to content

The boilerplate for automatization tests with CodeceptJS and selenium-standalone

Notifications You must be signed in to change notification settings

nata-sch-21/codecept-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecept-boilerplate

The boilerplate for automatization tests with CodeceptJS and selenium-standalone

Requirements

Installing

  • Install packages
npm i
npm i codeceptjs-webdriverio -g
npm i selenium-standalone@latest -g
  • Create output directories
node index.js
  • Install Selenium server
selenium-standalone install

Getting Started

  • Change configs in codecept.json
  • Create new test. Run following command and put filename of a new test
npm run new
or
codeceptjs gt
  • Run selenium-standalone server
npm start
or
selenium-standalone start
  • Run tests
npm run test
or
codeceptjs run --steps
  • Get report
npm run report
or
codeceptjs run --reporter mochawesome

About

The boilerplate for automatization tests with CodeceptJS and selenium-standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published