-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert to use the Gherkin compiler and Pickles
* Cucumber::Core::Ast is removed. * Cucumber::Core::Case/Step need to own all data necessary for execution, there is not #source which refers to any Ast data. This also mean that some classes Tag, Location, DataTable, DocString etc are moved the the Cucumber::Core::Ast to Cucumber::Core::Test. * The class Cucumber::Core::Compiler still exists, but it creates Test::Cases/Steps from Pickles (instead of from the Ast). * The locations of Test::Case/Step mimics the locations of the Pickle(/Step), so a Case/Step from an Scenario Outline will have two lines in the location. * The LocationsFilter can only match the lines of the Test::Case/Step, which is more limited than previously when the lines from all Ast object contained in the Test::Case/Step#source could be matched.
- Loading branch information
1 parent
df7fcba
commit 4747217
Showing
44 changed files
with
281 additions
and
2,583 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.