🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cucumber-debug

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cucumber-debug

0.0.1
Rubygems
Version published
Maintainers
1
Created
Source

cucumber-debug

Launches a browser showing up the HTML snapshot of cucumber features when they fail.

Usage

Gemfile:

gem 'cucumber-debug'

Install

bundle install

Add to top of support/env.rb

require 'cucumber/debug'

Set the DEBUG environment variable before running cucumber.

DEBUG=true cucumber

Always enabled

Add to support/env.rb

ENV['DEBUG'] = true

FAQs

Package last updated on 13 Feb 2012

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