Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docker build -t "$DOCKER_ORCA_IMAGE" -f deployment/Dockerfile .
To run the image tests, run the following:
```
./test/image/render_mocks_cli build/test_images "$DOCKER_ORCA_IMAGE" && \
./test/image/compare_images test/image/baselines build/test_images build/
./test/image/compare_images test/image/baselines build/test_images build/test_images_diff
```

#### Generate new baselines
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you have Node.js installed (recommended v8.x), you can easily install Orca
using npm as:

```
$ npm install -g electron@1.8.4 orca
$ npm install -g electron@4.2.6 orca
```

which makes the `orca` executable available in your path.
Expand Down
118 changes: 65 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"chttps": "^1.0.6",
"cross-env": "^5.2.0",
"devtron": "^1.4.0",
"electron": "^1.8.4",
"electron": "^4.2.6",
"electron-builder": "^20.9.2",
"electron-debug": "^1.4.0",
"image-size": "^0.6.3",
Expand Down
Loading