Skip to content

Webdriverio with JavaScript and mocha boilerplate project.

Notifications You must be signed in to change notification settings

testSadab/WebdriverIOJSMochaFramework

Repository files navigation

WebdriverIO Javascript Mocha Framework

This is a sample Mocha Framework that uses WebdriverIO and JavaScript.

Requirements

Getting Started

Clone Repository

1. git clone https://github.com/testSadab/WebdriverIOJSMochaFramework.git
2. Navigate to `WebdriverIOJSMochaFramework`

Install the dependencies:

npm install

Run tests:

Run all test: npm test
Run Specific Test: npm test -- --spec ./features/<featurefilename>.feature

Generate allure report:

npm run report

Releases

No releases published

Packages

No packages published