Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 542 Bytes

Getting started

Project to start studies about Webdriver.io implementation for end-to-end tests, using PageObjects concept.

Required local dependencies

  • yarn
  • node

Dev dependencies added

  • @wdio/local-runner
  • wdio-chromedriver-service
  • wdio-mochawesome-reporter
  • mochawesome-report-generator
  • @wdio/mocha-framework
  • @wdio/spec-reporter
  • chromedriver

Running all tests

  • clone repository
  • yarn
  • yarn run test:e2e (tests will run headless by default)
  • reports by file will be stored at test/results
  • yarn run