Skip to content

Commit 530d7c3

Browse files
authored
style image container readme
1 parent caefe67 commit 530d7c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/image/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the above evaluates the output of `docker-machine env default`.
2626

2727
### Step 1: Run the testing container
2828

29-
Plotly.js uses `docker-compose` to ease the creation/stopping/deletion of the testing docker container.
29+
We use `docker-compose` to ease the creation/stopping/deletion of the testing docker container.
3030

3131
Inside your `plotly.js` directory, run
3232

@@ -40,8 +40,8 @@ as listed on [hub.docker.com](https://hub.docker.com/r/plotly/testbed/tags/) and
4040

4141
### Step 2: Run the image tests
4242

43-
The image testing docker container allows plotly.js developers to (A) run image
44-
comparison tests, (B) run image export tests and (C) generate baseline
43+
The image testing docker container allows plotly.js developers to ([A](#a-run-image-comparison-tests) run image
44+
comparison tests, ([B](#b-run-image-export-tests) run image export tests and ([C](#c-generate-or-update-existing-baseline-image)) generate baseline
4545
images.
4646

4747
**IMPORTANT:** the image tests scripts do **not** bundle the source files before
@@ -64,10 +64,10 @@ npm run test-image
6464
```
6565

6666
which runs all image comparison tests in batch. If some tests fail, compare their outputs
67-
using `npm run start-image_viewer`.
67+
by booting up the test image viewer using `npm run start-image_viewer`.
6868

6969
As an alternative to running all image comparison tests at once, you can provide
70-
a glob as argument to target one or multiple test mocks found in
70+
a [glob](https://github.com/isaacs/node-glob) as argument to target one or multiple test mocks found in
7171
[`test/image/mocks`][mocks].
7272
For example,
7373

0 commit comments

Comments
 (0)