juliogonzalez / cucumber-examples

A personal repository to learn a little bit about cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived repository

This was a learning experienc from years ago, using Cucumber with Poltergeist, a PhantomJS driver for Capybara which is unmaintained since 2020.

And while other drivers could be used, that would mean experimenting with other drivers and requiring other instalation instructions, for example Selenium with a headless Chrome Webdriver.

Feel free to fork or use repository as a base to experiment with that.

About

A personal repository to learn a little bit about cucumber

Install phantomjs:

Install dependencies:

bundle install

Run tests:

bundle exec cucumber

Run tests and write results to a HTML file:

bundler exec cucumber -f pretty -f html -o results.html

About

A personal repository to learn a little bit about cucumber


Languages

Language:Ruby 57.7%Language:Gherkin 42.3%