We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cb81ed + ddf3aba commit 6b2c16aCopy full SHA for 6b2c16a
test/image/README.md
@@ -57,6 +57,12 @@ The image testing docker container allows plotly.js developers to
57
([B](#b-run-image-export-tests)) run image export tests and
58
([C](#c-generate-or-update-existing-baseline-image)) generate baseline images.
59
60
+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
66
**IMPORTANT:** the image tests scripts do **not** bundle the source files before
67
running the image tests. We recommend running `npm run watch` or `npm start` in
68
a separate tab to ensure that the most up-to-date code is used.
0 commit comments