Skip to content

Update testing docs based on my experiences #800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion test/image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Boot up docker machine (named `default`):
docker-machine start default
```

If this is your first time, you'll need to create the machine instead:

```bash
docker-machine create --driver virtualbox default
```

Set up the docker environment for `docker-compose`:

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

```bash
npm run basline -- <glob-of-mocks-to-update>
npm run baseline -- <glob-of-mocks-to-update>
```


Expand Down