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
084e7907
Unverified
Commit
084e7907
authored
Feb 27, 2018
by
yann300
Committed by
GitHub
Feb 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #668 from iurimatias/support_osx_tests
support running browser tests in osx
parents
20e54006
23064fb5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
browser_tests.sh
remix-debugger/ci/browser_tests.sh
+12
-4
No files found.
remix-debugger/ci/browser_tests.sh
View file @
084e7907
...
...
@@ -2,8 +2,16 @@
set
-e
SC_VERSION
=
"4.4.0"
SAUCECONNECT_URL
=
"https://saucelabs.com/downloads/sc-
$SC_VERSION
-linux.tar.gz"
if
test
$(
uname
-s
)
=
"Darwin"
then
OS
=
"osx"
FILEFORMAT
=
"zip"
else
OS
=
"linux"
FILEFORMAT
=
"tar.gz"
fi
SC_VERSION
=
"4.4.11"
SAUCECONNECT_URL
=
"https://saucelabs.com/downloads/sc-
$SC_VERSION
-
$OS
.
$FILEFORMAT
"
SAUCECONNECT_USERNAME
=
"yanneth"
SAUCECONNECT_ACCESSKEY
=
"1f5a4560-b02b-41aa-b52b-f033aad30870"
SAUCECONNECT_JOBIDENTIFIER
=
"remix_tests_
${
TRAVIS_JOB_NUMBER
}
"
...
...
@@ -14,8 +22,8 @@ npm run build
npm run serve &
wget
$SAUCECONNECT_URL
tar
-zxvf
sc-
"
$SC_VERSION
"
-
linux
.tar.gz
./sc-
"
$SC_VERSION
"
-
linux
/bin/sc
-u
$SAUCECONNECT_USERNAME
-k
$SAUCECONNECT_ACCESSKEY
-i
$SAUCECONNECT_JOBIDENTIFIER
--readyfile
$SAUCECONNECT_READYFILE
&
tar
-zxvf
sc-
"
$SC_VERSION
"
-
"
$OS
"
.
"
$FILEFORMAT
"
./sc-
"
$SC_VERSION
"
-
$OS
/bin/sc
-u
$SAUCECONNECT_USERNAME
-k
$SAUCECONNECT_ACCESSKEY
-i
$SAUCECONNECT_JOBIDENTIFIER
--readyfile
$SAUCECONNECT_READYFILE
&
while
[
!
-f
$SAUCECONNECT_READYFILE
]
;
do
sleep
.5
done
...
...
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