Details
Description
As someone writing scenarios, I want to be able to use another scenario as a Given, so that I don't have to write big long scenarios.
Not sure how this would work - at the moment we can get around it on the code side. I'm guessing we're looking for something like
Given the glider
where the_glider is a scenario file.
(What would we do if the_glider had two scenarios in it? Throw an exception, maybe?)
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 2.0.1 [ 14549 ] | |
Affects Version/s | 2.1 [ 14547 ] | |
Component/s | Core [ 11086 ] | |
Affects Version/s | 2.0 [ 14456 ] | |
Fix Version/s | 2.2 [ 14670 ] |
Mauro Talevi
made changes -
Affects Version/s | 2.1 [ 14547 ] | |
Affects Version/s | 2.0 [ 14456 ] | |
Affects Version/s | 2.0.1 [ 14549 ] |
Mauro Talevi
made changes -
Assignee | Mauro Talevi [ maurotalevi ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Fix Version/s | 2.3 [ 14941 ] | |
Fix Version/s | 2.2 [ 14670 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Open [ 1 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Mauro Talevi
made changes -
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
We could also accept both scenarios:
GivenScenarios contained in the glider
where the glider can have as many scenarios as the user requires.