Skip to content

WebDriverJS + Typescript + Mocha + Selenium Automation Testing framework

Notifications You must be signed in to change notification settings

sunit82/WebDriverJS-BoilerPlate

Repository files navigation

WebDriverJS-BoilerPlate

WebDriverJS + Typescript + Mocha + Selenium Automation Testing framework

This is a Automation Testing framework boiler plate with following features

  • Run all tests in one go.
  • Run one test.
  • Page object model with controls library.
  • Html report of test run with screen shot when test fails.
  • Accessibility test.
  • Multi browser config (Tested for Chrome, Firefox and Edge)

Planned new features for future

  • Headless feature.
  • Maintain historic reports.

Command to run all tests
npm run tests

Command to run single test
npm run test-single dist/tests/samplefail.test

Sample test run report
report1

Sample accessibility failures report
report2

About

WebDriverJS + Typescript + Mocha + Selenium Automation Testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published