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
acbe426a
Unverified
Commit
acbe426a
authored
Apr 01, 2020
by
yann300
Committed by
GitHub
Apr 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2694 from ethereum/screenshots-e2e-tests
Enabled Screenshots For Nightwatch In CircleCI
parents
1e4ce4a7
652d9857
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
config.yml
.circleci/config.yml
+3
-1
nightwatch.js
nightwatch.js
+4
-2
No files found.
.circleci/config.yml
View file @
acbe426a
...
...
@@ -42,7 +42,9 @@ jobs:
command
:
|
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh;
fi
fi
-
store_artifacts
:
path
:
./reports/screenshots
workflows
:
version
:
2
...
...
nightwatch.js
View file @
acbe426a
...
...
@@ -18,8 +18,10 @@ module.exports = {
'asyncHookTimeout'
:
100000
},
'screenshots'
:
{
'enabled'
:
false
,
'path'
:
''
'enabled'
:
true
,
'path'
:
'./reports/screenshots'
,
'on_failure'
:
true
,
'on_error'
:
true
},
'desiredCapabilities'
:
{
'browserName'
:
'firefox'
,
...
...
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