Skip to content

Commit

Permalink
Merge #104 selenium-terminated-early-issue
Browse files Browse the repository at this point in the history
Use directConnect to resolve terminated early issue
  • Loading branch information
tejohnso authored Jun 5, 2017
2 parents da7b0ce + be4e591 commit 6052005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget-tester",
"version": "1.7.3",
"version": "1.7.4",
"homepage": "https://github.com/Rise-Vision/widget-tester",
"authors": [
"Xiyang Chen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widget-tester",
"version": "1.7.3",
"version": "1.7.4",
"description": "Configuration, task & mocks related to widget testing.",
"main": "index.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ process.env.CHROME_INSTANCES = process.env.CHROME_INSTANCES || 1;
// process.env.MOCHA_REPORTER = 'JSON';

exports.config = {
directConnect: true,
allScriptsTimeout: 11000,

// specs: [
Expand Down

0 comments on commit 6052005

Please sign in to comment.