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
1d40f127
Commit
1d40f127
authored
Jun 15, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass param
parent
1d4a9b3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
browser_tests.sh
apps/remix-ide/ci/browser_tests.sh
+2
-2
No files found.
apps/remix-ide/ci/browser_tests.sh
View file @
1d40f127
...
@@ -21,8 +21,8 @@ setupRemixd
...
@@ -21,8 +21,8 @@ setupRemixd
sleep
5
sleep
5
npm run nightwatch_parallel
||
TEST_EXITCODE
=
1
TESTFILES
=
$(
circleci tests glob
"./test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
npm run nightwatch_local_
runAndDeploy
||
TEST_EXITCODE
=
1
npm run nightwatch_local_
chrome
--
$TESTFILES
||
TEST_EXITCODE
=
1
echo
"
$TEST_EXITCODE
"
echo
"
$TEST_EXITCODE
"
if
[
"
$TEST_EXITCODE
"
-eq
1
]
if
[
"
$TEST_EXITCODE
"
-eq
1
]
...
...
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