Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 6, 2016
1 parent fcaaaae commit 8ecc284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -24,3 +24,4 @@
* 2015-04-26   v0.5.1   better handling of different environments - closes [webdriverio/webdriverio#506](https://github.com/webdriverio/webdriverio/issues/506)
* 2015-06-04   v0.5.2   update selenium-standalone dependency
* 2015-09-02   v1.0.0   let grunt-webdriver be a simple tool to run wdio testrunner tests
* 2016-05-06   v2.0.0   rewritten code to es2016, updated WebdriverIO peer dependency to v4
3 changes: 3 additions & 0 deletions test/wdio.conf.js
Expand Up @@ -18,5 +18,8 @@ exports.config = {
waitforTimeout: 10000,

framework: 'cucumber', // gets overwritten in gruntfile
mochaOpts: {
timeout: 30000
},
reporter: 'dot'
}

0 comments on commit 8ecc284

Please sign in to comment.