Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 434 Bytes

jbCodeceptjs

Installation process.

Make sure you have NodeJS

Then install the dependencies.

npm install

Install

selenium-standalone install

Run Selenium

seleniun-standalone start

Run the test cases

Single on default Browser

npx codeceptjs run --steps --reporter mochawesome

Single test case on Firefox, Safari and Chrome in parallel.

npx codeceptjs run-multiple multiple --steps --reporter mochawesome