Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Aug 10, 2023
1 parent 876c41f commit 45ba200
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGES.rst
Expand Up @@ -6,19 +6,19 @@ Version: 3.0.0
ENHANCEMENTS:

* Enable Behavex to execute features located in a different paths (behavex <features_path1> <features_path2> ... <features_pathN>)
* Printing the HTML output report that in the console when behavex execution is finished
* Printing the HTML output report path in the console at the end of the execution
* Printing the paths where the features are located when behavex execution is started `Issue #88 <https://github.com/hrcorval/behavex/issues/88>`_
* Printing the summary of executed scenarios when running in parallel
* Major improvement done to enable re-executing failing scenarios in parallel
* Enable scenario outlines to be executed in parallel
* HTML Report layout improvements to properly render long gherkin steps and failure messages. `Issue #81 <https://github.com/hrcorval/behavex/issues/81>`_
* Printing the execution summary when running tests in parallel
* Major improvement done to enable re-executing all failing scenarios in parallel
* Enable scenario outlines to be executed in parallel (running the outline examples in parallel)
* HTML Report layout improvements to properly render long gherkin steps and long failure messages. `Issue #81 <https://github.com/hrcorval/behavex/issues/81>`_
* Improvement done when parallel execution cannot be launched due to duplicated scenario names, by throwing an error exit code `Issue #86 <https://github.com/hrcorval/behavex/issues/86>`_

FIXES:

* Fix done when logging exceptions in environment.py module
* Fix done when parsing tags associated to scenario outline examples. `Issue #85 <https://github.com/hrcorval/behavex/issues/85>`_
* Fix done when detecting scenarios (Scenario detection does not work for Non-English languages). `Issue #77 <https://github.com/hrcorval/behavex/issues/77>`_
* Fix done when processing the tags associated to scenario outline examples. `Issue #85 <https://github.com/hrcorval/behavex/issues/85>`_
* Fix done to detect and process scenarios written in different languages (Scenario detection does not work for Non-English languages). `Issue #77 <https://github.com/hrcorval/behavex/issues/77>`_
* Fix done to properly render step.text in HTML report. `Issue #79 <https://github.com/hrcorval/behavex/issues/79>`_
* Fix done when parsing empty feature files.

Expand Down

0 comments on commit 45ba200

Please sign in to comment.