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
c615880f
Commit
c615880f
authored
May 17, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug ci
parent
840ffa63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
browser_tests_chrome.sh
apps/remix-ide/ci/browser_tests_chrome.sh
+2
-2
browser_tests_firefox.sh
apps/remix-ide/ci/browser_tests_firefox.sh
+2
-2
browser_tests_run_deploy.sh
apps/remix-ide/ci/browser_tests_run_deploy.sh
+1
-1
No files found.
apps/remix-ide/ci/browser_tests_chrome.sh
View file @
c615880f
...
...
@@ -8,7 +8,7 @@ setupRemixd () {
echo
'sharing folder: '
echo
$PWD
remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
..
cd
..
/../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
@@ -21,7 +21,7 @@ setupRemixd
sleep
5
TESTFILES
=
$(
circleci tests glob
"./test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
TESTFILES
=
$(
circleci tests glob
"./
apps/remix-ide/
test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
npm run nightwatch_local_chrome
$TESTFILES
echo
"
$TEST_EXITCODE
"
...
...
apps/remix-ide/ci/browser_tests_firefox.sh
View file @
c615880f
...
...
@@ -8,7 +8,7 @@ setupRemixd () {
echo
'sharing folder: '
echo
$PWD
remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
..
cd
..
/../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
@@ -21,7 +21,7 @@ setupRemixd
sleep
5
TESTFILES
=
$(
circleci tests glob
"./test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
TESTFILES
=
$(
circleci tests glob
"./
apps/remix-ide/
test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
npm run nightwatch_local_firefox
$TESTFILES
echo
"
$TEST_EXITCODE
"
...
...
apps/remix-ide/ci/browser_tests_run_deploy.sh
View file @
c615880f
...
...
@@ -8,7 +8,7 @@ setupRemixd () {
echo
'sharing folder: '
echo
$PWD
remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
../../
cd
../../
..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
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