Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 529 Bytes

evaluation-js-webdriverio

This is a sample test framework for evaluation of WebdriverIO test automation tool

Prerequisites

  1. Node.js (latest)

Framework used

Name: WebdriverIO
Home page: https://webdriver.io/
Next-gen browser and mobile automation test framework for Node.js

Test cases

The implemented test cases can be found in TESTCASES.md.

Setup

npm init -y
npm i --save-dev @wdio/cli
npx wdio config

Execution

npx wdio wdio.conf.js
or
npm test