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
b550b007
Commit
b550b007
authored
Feb 26, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use same test config as remix-ide
parent
a6f218b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
nightwatch.js
remix-debugger/nightwatch.js
+2
-2
package.json
remix-debugger/package.json
+1
-1
No files found.
remix-debugger/nightwatch.js
View file @
b550b007
...
@@ -62,8 +62,8 @@ module.exports = {
...
@@ -62,8 +62,8 @@ module.exports = {
'desiredCapabilities'
:
{
'desiredCapabilities'
:
{
'browserName'
:
'safari'
,
'browserName'
:
'safari'
,
'javascriptEnabled'
:
true
,
'javascriptEnabled'
:
true
,
'platform'
:
'OS X 10.1
0
'
,
'platform'
:
'OS X 10.1
1
'
,
'version'
:
'
8
.0'
,
'version'
:
'
10
.0'
,
'acceptSslCerts'
:
true
,
'acceptSslCerts'
:
true
,
'build'
:
'build-'
+
TRAVIS_JOB_NUMBER
,
'build'
:
'build-'
+
TRAVIS_JOB_NUMBER
,
'tunnel-identifier'
:
'remix_tests_'
+
TRAVIS_JOB_NUMBER
'tunnel-identifier'
:
'remix_tests_'
+
TRAVIS_JOB_NUMBER
...
...
remix-debugger/package.json
View file @
b550b007
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,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 lint"
,
"onchange"
:
"onchange build/app.js -- npm run lint"
,
"selenium"
:
"selenium-standalone start"
,
"selenium"
:
"selenium-standalone start"
,
...
...
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