@fernandosqa/cucumber-capybara

Cucumber based on Ruby (Bundler, Cucumber, Capybara, Siteprism, RSpec)

Usage no npm install needed!

<script type="module">
  import fernandosqaCucumberCapybara from 'https://cdn.skypack.dev/@fernandosqa/cucumber-capybara';
</script>

README

Cucumber

Getting Started

Cucumber Capybara (Bundler, Cucumber, Capybara, Siteprism, RSpec)

Installation

gem install bundler
  • Install Gems
bundle install

Basic Guide

  • Run tests with poltergeist
bundle exec cucumber -p poltergeist
  • Run tests with firefox
bundle exec cucumber -p firefox
  • Run tests with chrome
bundle exec cucumber -p chrome
  • HTML Report
bundle exec cucumber -p html_report
  • JSON Report for CI
bundle exec cucumber -p json_report