项目作者: testSadab

项目描述 :
Webdriverio with JavaScript and mocha boilerplate project.
高级语言: JavaScript
项目地址: git://github.com/testSadab/WebdriverIOJSMochaFramework.git
创建时间: 2021-07-04T13:53:52Z
项目社区:https://github.com/testSadab/WebdriverIOJSMochaFramework

开源协议:

下载


WebdriverIO Javascript Mocha Framework

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

Requirements

Getting Started

Clone Repository

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

Install the dependencies:

  1. npm install

Run tests:

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

Generate allure report:

  1. npm run report