Skip to content

Burgi0101/wdio-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebdriverIO Testing Seed

WebdriverIO seed for future testing projects

Included

  • WebdriverIO
  • Typescript
  • TSLint
  • TSNode
  • Jasmine
  • Gulp
  • Allure Reporting
  • Custom config files for the local project and teamcity server

Installation

Make sure you have NodeJS installed (version 5+).

npm install

Run Tests

run all

gulp wdio

run a specific suite / suites

gulp wdio --suite yoursuite
gulp wdio --suites yoursuite1,yoursuite2

run a specific environment

gulp wdio --env test -> used by default
gulp wdio --env dev
gulp wdio --env staging -> currently not fully supported because of https connection issues

run a specific suite on a specific environment

gulp wdio --suite yoursuite --env dev

WebdriverIO

API

http://webdriver.io/api.html

Developer Guide

http://webdriver.io/guide.html

Gitter Chat

If you have any issues with WebdriverIO and you can't fix them on your own feel free to write in this chat and most probably somebody will help you.

For harder questions where nobody else is responding write @christian-bromann, he is a contributor and knows most probably whats going on!

https://gitter.im/webdriverio/webdriverio

Releases

No releases published

Packages

No packages published