0.0.17 • Published 5 years ago

wdio-workflo-example v0.0.17

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

wdio-workflo-example

This repository provides code examples for the usage of wdio-workflo (https://github.com/flohil/wdio-workflo).

Setup

Run npm install on the project directory.

Executing Tests

You can either execute all testcases defined in this repository

./node_modules/.bin/wdio-workflo

or invoke only a single testcase

./node_modules/.bin/wdio-workflo --testcases '["npmjs.search for the npm package wdio-workflo"]'.

Path aliases

This repository uses tsconfig's paths option to define path aliases:

  • ~ refers to the project directory (./)
  • ? refers to the path ./system_test/src/
0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.9

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.1

7 years ago