Skip to content

Commit f043b7b

Browse files
authored
Merge pull request #800 from plotly/test-docs-update
Update testing docs based on my experiences
2 parents 452a84e + 80fd6a0 commit f043b7b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/image/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Boot up docker machine (named `default`):
1515
docker-machine start default
1616
```
1717

18+
If this is your first time, you'll need to create the machine instead:
19+
20+
```bash
21+
docker-machine create --driver virtualbox default
22+
```
23+
1824
Set up the docker environment for `docker-compose`:
1925

2026
```bash
@@ -117,7 +123,7 @@ which generates a baseline png image in [`test/image/baselines`][baselines].
117123
To update existing baseline image(s), run
118124

119125
```bash
120-
npm run basline -- <glob-of-mocks-to-update>
126+
npm run baseline -- <glob-of-mocks-to-update>
121127
```
122128

123129

0 commit comments

Comments
 (0)