Skip to content

Commit 667f242

Browse files
committed
Add note to readme about puppeteer
1 parent 4c58d70 commit 667f242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ This gem is to be tested inside of docker/docker-compose. [Combustion](https://g
146146

147147
Once shell'd in, run `bundle exec rspec spec` to run the test. The test rails app lives in `spec/internal`, and it can be viewed locally at `http://localhost:9292/`
148148

149+
If you encounter Chromium errors trying to run the tests, installing [Puppeteer](https://github.com/GoogleChrome/puppeteer) might help.
150+
151+
```Bash
152+
npm install puppeteer
153+
```
154+
149155

150156
## Versions
151157

0 commit comments

Comments
 (0)