Skip to content

Commit ddf3aba

Browse files
committed
Modify pretest comment
1 parent d3f1ba2 commit ddf3aba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/image/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# plotly.js image testing
22

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.
44

55
Requirements:
66
- `docker` | [installation guidelines][docker-install]
@@ -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)