Sha256: 440985cf71f509f696ae37c4f6bdfeecb175c14b1ccea05e9c20d07abe649792
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
Akephalos is an interface for HTMLUnit, exposing it's headless browsing power to Capybara. The only assumption made is that you are using Capybara and have a java runtime available. When running tests with ruby (1.8.7, 1.9.1), akephalos will expose its client over DRb from a java server. When running with jruby the client will be embedded in process. Setup ===== Using akephalos is as simple as requiring it and setting Capybara's javascript driver: require 'akephalos' Capybara.default_javascript_driver = :akephalos Running for Cucumber ==================== When akephalos is required from a cucumber environment, it will only run for features tagged with @akephalos. Set Capybara's default_javascript_driver to also use akephalos for features tagged as @javascript.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
akephalos-0.0.5 | README |
akephalos-0.0.4 | README |
akephalos-0.0.3 | README |