Skip to content

Commit

Permalink
Chore: update codeceptjs dependencies (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco committed May 30, 2018
1 parent 29318d8 commit 78daa71
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 55 deletions.
3 changes: 2 additions & 1 deletion codecept.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ if (isLocalBuild) {
browserName: BROWSER_NAME,
platform: BROWSER_PLATFORM,
maxDuration: 180,
commandTimeout: 100
commandTimeout: 100,
extendedDebugging: true
}
};

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"box-react-ui": "^22.7.0",
"chai": "^4.1.2",
"chai-dom": "^1.5.0",
"codeceptjs-webdriverio": "^1.1.0",
"codeceptjs": "^1.1.8",
"conventional-changelog-cli": "^1.3.5",
"conventional-github-releaser": "^2.0.0",
"create-react-class": "^15.6.2",
Expand Down Expand Up @@ -94,6 +94,7 @@
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.2.0",
"webdriverio": "^4.12.0",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"whatwg-fetch": "^2.0.3"
Expand Down

0 comments on commit 78daa71

Please sign in to comment.