An open API service indexing awesome lists of open source software.

https://github.com/mars/chrome-for-testing-example-ruby


https://github.com/mars/chrome-for-testing-example-ruby

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Example using Chrome for Testing with Ruby

```
heroku create chrome-for-testing-ruby
heroku buildpacks:set heroku/ruby
heroku buildpacks:add -i 1 heroku-community/chrome-for-testing

heroku run bash
> ruby main.rb
```