We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadcec5 commit 5c21370Copy full SHA for 5c21370
.circleci/config.yml
@@ -263,7 +263,7 @@ jobs:
263
name: Run percy snapshots
264
command: |
265
npm i @percy/cli
266
- npx percy snapshot test/percy/
+ npx percy snapshot -c test/percy/snapshots.yml test/percy/
267
rm test/percy/*.html
268
269
# Chart studio
.gitignore
@@ -52,3 +52,5 @@ doc/check-or-enforce-order.py
52
packages/javascript/jupyterlab-plotly/lib/
53
packages/python/plotly/jupyterlab_plotly/labextension/
54
packages/python/plotly/jupyterlab_plotly/nbextension/index.js*
55
+
56
+test/percy/*.html
test/percy/snapshots.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+static:
3
+ options:
4
+ waitForTimeout: 3000
5
+snapshot:
6
+ widths:
7
+ - 1280
0 commit comments