-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Schäfer
committed
Sep 18, 2014
1 parent
7aa69a8
commit 82ad3be
Showing
29 changed files
with
280 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
v0.5.0 | ||
* implement derived parameters (#15) | ||
|
||
v0.4.0 | ||
* made scenarios and cases in HTML reports collapsible (Issue-#18) | ||
* made scenarios and cases in HTML reports collapsible (#18) | ||
* slightly changed layout and appearance of HTML reports | ||
* measure duration of each step and include in reports (Issue-#13) | ||
* measure duration of each step and include in reports (#13) | ||
* scenarios are sorted by name in HTML reports | ||
* fix issue with intercepting methods of stages during construction | ||
* fix issue when multiple exceptions are thrown to throw the first one instead of the last one | ||
* @ScenarioDescription is now deprecated, instead just use @Description (Issue-#16) | ||
* @ScenarioDescription is now deprecated, instead just use @Description (#16) | ||
* @Description now also works on test classes | ||
* fixed case generation for parameterized JUnit runner (Issue-#21) | ||
* fixed case generation for parameterized JUnit runner (#21) | ||
|
||
v0.3.0 | ||
* Arguments from JUnit Parameterized and JUnitParams runner can now be read | ||
* Arguments from JUnit Dataprovider runner are now read directly instead of parsing them | ||
* Schritte-class is deprecated and has been replaced with Stufe-class (only relevant for german scenarios) | ||
* the HTML report now escapes HTML in step arguments (Issue-#9) | ||
* the HTML report now escapes HTML in step arguments (#9) | ||
* print style of HTML report is nicer | ||
* steps following failed steps are now reported as skipped | ||
* @NotImplementedYet annotation has new attributes failIfPass and executeSteps (Issue-#4) | ||
* @NotImplementedYet annotation has new attributes failIfPass and executeSteps (#4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.