June 2017
Beginner to intermediate
368 pages
8h 31m
English
Scenarios are described in a human-readable language called Gherkin. Gherkin, like Python or CoffeeScript, uses indentation to define structure. Line endings terminate statements (called steps in Gherkin), and either spaces or tabs may be used for indentation. Finally, most lines in Gherkin start with a special keyword; consider the following example:
Here is a script we can use to (potentially) test the courses available block:
@block @block_courses_available Feature: Courses available block on a dashboard In order to know ...
Read now
Unlock full access