Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 405 Bytes

File metadata and controls

18 lines (13 loc) · 405 Bytes

TypeScriptWebdriverIOExample

The example of state-full solution for Web UI tests design.

Web application for tests

http://the-internet.herokuapp.com/

Commands

To compile code and run UI Tests (in Chrome):

  • npm test

To open Allure report in default browser:

  • npm run report

Technology

  • test framework - WebdriverIO
  • test runner - Mocha
  • reporting - Allure