You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/image/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# plotly.js image testing
2
2
3
-
Test plotly.js with Plotly's image testing docker container. Before starting, don't forget to [set up your testing environment with `npm run pretest`](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#development).
3
+
Test plotly.js with Plotly's image testing docker container.
Before starting, don't forget to [set up your testing environment](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#development):
61
+
62
+
```bash
63
+
$ npm run pretest
64
+
```
65
+
60
66
**IMPORTANT:** the image tests scripts do **not** bundle the source files before
61
67
running the image tests. We recommend running `npm run watch` or `npm start` in
62
68
a separate tab to ensure that the most up-to-date code is used.
0 commit comments