wdio-workflo-example

0.0.17 • Public • Published

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/

Readme

Keywords

Package Sidebar

Install

npm i wdio-workflo-example

Weekly Downloads

1

Version

0.0.17

License

MIT

Unpacked Size

54.1 kB

Total Files

47

Last publish

Collaborators

  • flohil