Skip to content

Commit 6b2c16a

Browse files
authored
Merge pull request #1040 from plotly/add-pretest-instructions
Add note directing to pretest
2 parents 9cb81ed + ddf3aba commit 6b2c16a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/image/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ The image testing docker container allows plotly.js developers to
5757
([B](#b-run-image-export-tests)) run image export tests and
5858
([C](#c-generate-or-update-existing-baseline-image)) generate baseline images.
5959

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+
6066
**IMPORTANT:** the image tests scripts do **not** bundle the source files before
6167
running the image tests. We recommend running `npm run watch` or `npm start` in
6268
a separate tab to ensure that the most up-to-date code is used.

0 commit comments

Comments
 (0)