Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bake-heroku

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bake-heroku

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Bake

WARNING: This is a work in progress.

Run your Rails test suite in parallel on multiple Heroku instances. The goal of this project is to cut the running time of >10 minute test suites to <1 minute.

Requirements

  • Heroku Toolbelt -- installed with brew. If you downloaded it from Heroku you may need to uninstall it and run brew install heroku. Heroku's version relies on Ruby 1.9.3, which can cause problems.

  • Be logged in to Heroku through the toolbelt.

Setup

Add bake-heroku to your Gemfile. Make sure it's under the test group.

group :test do
  gem 'bake-heroku'
end

Run bundle.

$ bundle

Setup bake with bake init. Pass the number of Heroku instances you want to create to the -n flag:

$ bake init -n 5

Run

Run your cucumber tests with:

$ bake

FAQs

Package last updated on 25 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc