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 collaboratorTesting web applications
This section contains several tips for connecting to servers and
processing HTML.
- Scenarios
-
- Parsing HTML tables
-
Cucumber's Rails integration used to come with a
tableish()
method for extracting HTML table data into Cucumber's internal
table format. This behavior has been moved into the various web
testing libraries.- Given
- an HTML table
- When
- I read the table recipe
- Then
- I should be able to parse my table easily
Last published over 7 years ago by plachance.