Registry / testing / culerity

culerity

JSON →
library0.2.15rbrubygemsunverified

Culerity integrates Cucumber and Celerity in order to test your application's full stack.

gem install culerity
INSTALL
IMPORT
SIG · CULERITY
C
culerity
testingrubyv0.2.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Culerity
require 'culerity'

Launch a headless browser via Celerity for full-stack Cucumber tests.

require 'culerity' # Typically used in Cucumber steps: # Given /^I visit the homepage$/ do # @browser = Culerity::RemoteBrowserProxy.new # @browser.navigate_to('http://localhost:3000') # end
Debug
Known issues
breakingRequires JRuby because Celerity depends on Java.
fix
Use a different browser automation tool (e.g., Selenium) if not on JRuby.
affects: >= 0.2.0
Upgrade
Version history
0.2.15latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
culerity — gem install culerity · libregistry