orwanec / wdio5-boilerplate-project

This is a boilerplate project for UI automation based on modern JavaScript / WebdriverIO / Mocha / Page Object Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync webdriverIO v5 babel mocha chai selenium-standalone allure POM prettier eslint

This boilerplate project has all basic setup you need to start developing your test framework for UI automation based on modern JavaScript / WebdriverIO / Mocha / Page Object Model.

Stack

Installation

  • Install JDK
  • Install Node.js
  • Execute npn install

Commands

To execute tests: npm test, to generate a report: npm run report.

About

This is a boilerplate project for UI automation based on modern JavaScript / WebdriverIO / Mocha / Page Object Model

License:MIT License


Languages

Language:JavaScript 100.0%