To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCukesalad-examples 0.8.1
These scenarios are examples of what you might write using cukesalad.
cukesalad is an extension to cucumber that does away with regular expression.
The examples are for your typical calculator. To 'automate' this:
When I add, the number '1' to the number '2'
You might write something like this:
in_order_to 'add', the_number: :first_number, and_the_number: :second_number do
enter the :first_number
press :plus
enter the :second_number
press :equals
end
You can find the code behind these on Github.
Topics
Last published over 7 years ago by RiverGlide.