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
b4544eb7
Commit
b4544eb7
authored
Apr 30, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed nightwatch script in browser_tests sh file
parent
93aa077b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
browser_tests_chrome.sh
ci/browser_tests_chrome.sh
+1
-1
browser_tests_firefox.sh
ci/browser_tests_firefox.sh
+1
-1
package.json
package.json
+0
-1
No files found.
ci/browser_tests_chrome.sh
View file @
b4544eb7
...
...
@@ -22,7 +22,7 @@ setupRemixd
sleep
5
TESTFILES
=
$(
circleci tests glob
"./test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
npm run nightwatch
$TESTFILES
npm run nightwatch
_local_chrome
$TESTFILES
echo
"
$TEST_EXITCODE
"
if
[
"
$TEST_EXITCODE
"
-eq
1
]
...
...
ci/browser_tests_firefox.sh
View file @
b4544eb7
...
...
@@ -22,7 +22,7 @@ setupRemixd
sleep
5
TESTFILES
=
$(
circleci tests glob
"./test-browser/tests/**/*.test.js"
| circleci tests
split
--split-by
=
timings
)
npm run nightwatch
$TESTFILES
npm run nightwatch
_local_firefox
$TESTFILES
echo
"
$TEST_EXITCODE
"
if
[
"
$TEST_EXITCODE
"
-eq
1
]
...
...
package.json
View file @
b4544eb7
...
...
@@ -162,7 +162,6 @@
"lint"
:
"standard | notify-error"
,
"make-mock-compiler"
:
"node ci/makeMockCompiler.js"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"nightwatch"
:
"nightwatch --config nightwatch.js --env chrome"
,
"nightwatch_parallel"
:
"nightwatch -e chrome,firefox --config nightwatch.js"
,
"nightwatch_local_firefox"
:
"nightwatch --config nightwatch.js --env firefox"
,
"nightwatch_local_chrome"
:
"nightwatch --config nightwatch.js --env chrome"
,
...
...
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