Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Sometimes when we set up a context or cause an event to happen, it's nice to clean up any changes so that we don't affect other tests running.
No idea how to make the undoable work, but doesn't stop me wanting it!
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | The Distant Future [ 13303 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Duplicate [ 3 ] |
It strikes me that one may want a "undoing" after a scenario - but not during the execution of the same scenario.
In this case the @AfterScenario proposed in
JBEHAVE-129seems the way to go.