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
- Host: GitHub
- URL: https://github.com/mars/chrome-for-testing-example-ruby
- Owner: mars
- Created: 2025-02-28T19:35:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T19:52:43.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:06:46.837Z (over 1 year ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```