Skip to content

This gem is a collection of pre-built sentences compatible with cucumber and page-object

Notifications You must be signed in to change notification settings

donkeycode/cucumber-sentences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-sentences

Gem Version

This gem is a collection of pre-built sentences compatible with cucumber and page-object

Setup

Require in your Gemfile

gem "cucumber-sentences"

Add in your features/step_definitions/imports.rb

ENV['CUCUMBER_ROOT'] = File.absolute_path('../', File.dirname(__FILE__));
require "cucumber-sentences"

That's all !

Publish

gem build cucumber-sentences.gemspec
gem push cucumber-sentences-VERSION.gem

Sentences included

Pages manipulation

  • Given I am on the "([^"]*)"

About

This gem is a collection of pre-built sentences compatible with cucumber and page-object

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages