Skip to content

VladMaxPower/simple_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_test

Simple test framework for UI tests with WebdriverIO.

Concepts Included

  • Parallel test runs

  • Page Object pattern

  • Common web page interaction methods

Tools

  • WebdriverIO

  • Mocha

  • Chai

  • Allure report

Requirements

In order to utilise this project you need to have the following installed locally:

  • NodeJS > 8

  • Chrome and Chromedriver

Usage

  • To run all tests

    nmp test

  • To run some test only

    wdio wdio.conf.js --spec .<path to test file>

Reporting

To create report use Allure report, report data is stored in allure-results folder.

Сreate a report using a script allure serve allure-results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published