kanohapierre / wdio_perso

XP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebdriverIO TypeScript BDD Framework

Youtube Learning project Click here to watch videos

Requirements

Getting Started

Clone Repository

1. Fork this repository
1. git clone https://github.com/<yourgitusername>/WebdriverIOTSFramework.git
2. Navigate to WebdriverIOTSFramework

Install the dependencies:

npm install (it will create node_modules folder in root project and download all required dependencies)

Run tests:

npm test (all test)
npm test -- --spec ./features/<featurefilename>.feature   (run specific test)

About

XP

License:MIT License


Languages

Language:TypeScript 88.6%Language:Gherkin 11.4%