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
25f96f61
Commit
25f96f61
authored
Oct 28, 2016
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run tests in parallel
parent
08082e0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
browser_tests.sh
ci/browser_tests.sh
+1
-19
package.json
package.json
+2
-1
No files found.
ci/browser_tests.sh
View file @
25f96f61
...
...
@@ -17,25 +17,7 @@ while [ ! -f $SAUCECONNECT_READYFILE ]; do
sleep
.5
done
npm run nightwatch_remote_firefox
if
[
$?
-eq
1
]
then
TEST_EXITCODE
=
1
fi
npm run nightwatch_remote_chrome
if
[
$?
-eq
1
]
then
TEST_EXITCODE
=
1
fi
npm run nightwatch_remote_safari
if
[
$?
-eq
1
]
then
TEST_EXITCODE
=
1
fi
npm run nightwatch_remote_ie
npm run nightwatch_remote_parallel
if
[
$?
-eq
1
]
then
TEST_EXITCODE
=
1
...
...
package.json
View file @
25f96f61
...
...
@@ -42,7 +42,8 @@
"nightwatch_remote_firefox"
:
"nightwatch --config nightwatch.js --env default"
,
"nightwatch_remote_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"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"
},
"repository"
:
{
"type"
:
"git"
,
...
...
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