Skip to content

Commit 498d6ca

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to make-loki-great-again->master (#648)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent a96897c commit 498d6ca

File tree

4 files changed

+6
-22
lines changed

4 files changed

+6
-22
lines changed

_docs/master/api.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15980,14 +15980,9 @@
1598015980
"type" : "integer",
1598115981
"minimum" : 1
1598215982
}
15983-
},
15984-
"ui_display_type" : {
15985-
"default" : "cron/raw",
15986-
"type" : "string",
15987-
"enum" : [ "cron/raw", "cron/builder" ]
1598815983
}
1598915984
},
15990-
"required" : [ "name", "schedule", "ui_display_type" ]
15985+
"required" : [ "name", "schedule" ]
1599115986
}
1599215987
}
1599315988
}
@@ -16090,10 +16085,6 @@
1609016085
"type" : "integer",
1609116086
"minimum" : 1
1609216087
}
16093-
},
16094-
"ui_display_type" : {
16095-
"type" : "string",
16096-
"enum" : [ "cron/raw", "cron/builder" ]
1609716088
}
1609816089
}
1609916090
}

_docs/master/developers-guide/visual-tests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Before running Loki tests locally, ensure that both Storybook and Docker are run
1919

2020
### Commands
2121

22-
- Run Visual Tests: `yarn test-visual:loki`
22+
- Run Visual Tests: `yarn test-visual:loki` (Note: do not commit screenshots from this, use the CI variant below, they will be more consistent)
23+
- Run Visual Tests in CI: `yarn test-visual:loki:ci`
2324
- Update failing snapshots: `yarn test-visual:loki-approve-diff`
2425
- Generate an HTML Report: `yarn test-visual:loki-report`
2526
- Generate and Open Report: `yarn test-visual:loki-report-open`

_site/docs/master/api.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16063,14 +16063,9 @@
1606316063
"type" : "integer",
1606416064
"minimum" : 1
1606516065
}
16066-
},
16067-
"ui_display_type" : {
16068-
"default" : "cron/raw",
16069-
"type" : "string",
16070-
"enum" : [ "cron/raw", "cron/builder" ]
1607116066
}
1607216067
},
16073-
"required" : [ "name", "schedule", "ui_display_type" ]
16068+
"required" : [ "name", "schedule" ]
1607416069
}
1607516070
}
1607616071
}
@@ -16173,10 +16168,6 @@
1617316168
"type" : "integer",
1617416169
"minimum" : 1
1617516170
}
16176-
},
16177-
"ui_display_type" : {
16178-
"type" : "string",
16179-
"enum" : [ "cron/raw", "cron/builder" ]
1618016171
}
1618116172
}
1618216173
}

_site/docs/master/developers-guide/visual-tests.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4912,7 +4912,8 @@ <h2 id="local-machine">Local machine</h2>
49124912
<h3 id="commands">Commands</h3>
49134913

49144914
<ul>
4915-
<li>Run Visual Tests: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki</code></li>
4915+
<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>
4916+
<li>Run Visual Tests in CI: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki:ci</code></li>
49164917
<li>Update failing snapshots: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-approve-diff</code></li>
49174918
<li>Generate an HTML Report: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-report</code></li>
49184919
<li>Generate and Open Report: <code class="language-plaintext highlighter-rouge">yarn test-visual:loki-report-open</code></li>

0 commit comments

Comments
 (0)