Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions _docs/master/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -15980,14 +15980,9 @@
"type" : "integer",
"minimum" : 1
}
},
"ui_display_type" : {
"default" : "cron/raw",
"type" : "string",
"enum" : [ "cron/raw", "cron/builder" ]
}
},
"required" : [ "name", "schedule", "ui_display_type" ]
"required" : [ "name", "schedule" ]
}
}
}
Expand Down Expand Up @@ -16090,10 +16085,6 @@
"type" : "integer",
"minimum" : 1
}
},
"ui_display_type" : {
"type" : "string",
"enum" : [ "cron/raw", "cron/builder" ]
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion _docs/master/developers-guide/visual-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Before running Loki tests locally, ensure that both Storybook and Docker are run

### Commands

- Run Visual Tests: `yarn test-visual:loki`
- Run Visual Tests: `yarn test-visual:loki` (Note: do not commit screenshots from this, use the CI variant below, they will be more consistent)
- Run Visual Tests in CI: `yarn test-visual:loki:ci`
- Update failing snapshots: `yarn test-visual:loki-approve-diff`
- Generate an HTML Report: `yarn test-visual:loki-report`
- Generate and Open Report: `yarn test-visual:loki-report-open`
Expand Down
11 changes: 1 addition & 10 deletions _site/docs/master/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -16063,14 +16063,9 @@
"type" : "integer",
"minimum" : 1
}
},
"ui_display_type" : {
"default" : "cron/raw",
"type" : "string",
"enum" : [ "cron/raw", "cron/builder" ]
}
},
"required" : [ "name", "schedule", "ui_display_type" ]
"required" : [ "name", "schedule" ]
}
}
}
Expand Down Expand Up @@ -16173,10 +16168,6 @@
"type" : "integer",
"minimum" : 1
}
},
"ui_display_type" : {
"type" : "string",
"enum" : [ "cron/raw", "cron/builder" ]
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion _site/docs/master/developers-guide/visual-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -4912,7 +4912,8 @@ <h2 id="local-machine">Local machine</h2>
<h3 id="commands">Commands</h3>

<ul>
<li>Run Visual Tests: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki</code></li>
<li>Run Visual Tests: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki</code> (Note: do not commit screenshots from this, use the CI variant below, they will be more consistent)</li>
<li>Run Visual Tests in CI: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki:ci</code></li>
<li>Update failing snapshots: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-approve-diff</code></li>
<li>Generate an HTML Report: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-report</code></li>
<li>Generate and Open Report: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-report-open</code></li>
Expand Down