Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
175f717d
Unverified
Commit
175f717d
authored
Dec 13, 2017
by
yann300
Committed by
GitHub
Dec 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #943 from ethereum/testParralel
run test in parallel
parents
04aab0cd
a8a59be8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
browser_tests.sh
ci/browser_tests.sh
+4
-4
package.json
package.json
+1
-1
No files found.
ci/browser_tests.sh
View file @
175f717d
...
@@ -38,11 +38,11 @@ while [ ! -f "$SAUCECONNECT_READYFILE" ]; do
...
@@ -38,11 +38,11 @@ while [ ! -f "$SAUCECONNECT_READYFILE" ]; do
sleep
.5
sleep
.5
done
done
npm run nightwatch_remote_chrome
||
TEST_EXITCODE
=
1
#
npm run nightwatch_remote_chrome || TEST_EXITCODE=1
npm run nightwatch_remote_firefox
||
TEST_EXITCODE
=
1
#
npm run nightwatch_remote_firefox || TEST_EXITCODE=1
npm run nightwatch_remote_safari
||
TEST_EXITCODE
=
1
#
npm run nightwatch_remote_safari || TEST_EXITCODE=1
# npm run nightwatch_remote_ie || TEST_EXITCODE=1
# npm run nightwatch_remote_ie || TEST_EXITCODE=1
# npm run nightwatch_remote_parallel || TEST_EXITCODE=1 => cannot run in parallel because of remixd
npm run nightwatch_remote_parallel
||
TEST_EXITCODE
=
1
node ci/sauceDisconnect.js
"
$SAUCECONNECT_USERNAME
"
"
$SAUCECONNECT_ACCESSKEY
"
"
$SAUCECONNECT_JOBIDENTIFIER
"
node ci/sauceDisconnect.js
"
$SAUCECONNECT_USERNAME
"
"
$SAUCECONNECT_ACCESSKEY
"
"
$SAUCECONNECT_JOBIDENTIFIER
"
...
...
package.json
View file @
175f717d
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
"nightwatch_remote_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_remote_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_remote_firefox"
:
"nightwatch --config nightwatch.js --env default"
,
"nightwatch_remote_firefox"
:
"nightwatch --config nightwatch.js --env default"
,
"nightwatch_remote_ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"nightwatch_remote_ie"
:
"nightwatch --config nightwatch.js --env ie"
,
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env
ie,
safari,chrome,default"
,
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env safari,chrome,default"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"onchange"
:
"onchange build/app.js -- npm-run-all lint"
,
"onchange"
:
"onchange build/app.js -- npm-run-all lint"
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc build"
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc build"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment