Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
854663ff
Commit
854663ff
authored
Feb 11, 2017
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Update baseline for Edge and adjust run script
parent
885053bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/tasks/tests/visual/run.js
+3
-4
3 additions, 4 deletions
lib/tasks/tests/visual/run.js
tests/visual/baseline/ci/md-nav--primary/md-nav__title/~overflow/@screen/edge.png
+0
-0
0 additions, 0 deletions
.../md-nav--primary/md-nav__title/~overflow/@screen/edge.png
with
3 additions
and
4 deletions
lib/tasks/tests/visual/run.js
+
3
−
4
View file @
854663ff
...
...
@@ -85,11 +85,10 @@ export default (gulp, config, args) => {
caps
.
public
=
"
private
"
caps
.
name
=
id
/*
Increase retries to omit flaky tests and make results public
*/
if
(
process
.
env
.
CI
&&
process
.
env
.
TRAVIS
)
{
/*
Adjust configuration for Travis CI
*/
if
(
process
.
env
.
CI
&&
process
.
env
.
TRAVIS
)
caps
.
public
=
"
public
"
}
}
/* Start Gemini and return runner upon finish */
return
new
Gemini
(
gemini
).
test
(
`
${
config
.
tests
.
visual
}
/suites`
,
{
...
...
@@ -99,7 +98,7 @@ export default (gulp, config, args) => {
/* Return runner for graceful stop */
.
then
(
status
=>
{
error
=
status
.
errored
>
0
error
=
status
.
failed
+
status
.
errored
>
0
return
runner
})
})
...
...
This diff is collapsed.
Click to expand it.
tests/visual/baseline/ci/md-nav--primary/md-nav__title/~overflow/@screen/edge.png
+
0
−
0
View replaced file @
885053bf
View file @
854663ff
1.52 KiB
|
W:
|
H:
1.46 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment