hrcorval / behavex

BDD testing solution designed to enhance your Behave-based testing workflows
https://github.com/hrcorval/behavex
MIT License
89 stars 20 forks source link

Features and Scenarion using the # language: de in the feature files are not added to the reports #93

Closed Benniphx closed 1 year ago

Benniphx commented 1 year ago

Describe the bug Features and Scenarion what are using the # language: de in the feature files are not added to the reports enlisch ones will. even if they passed.

I also saw resently you changed in 2.0.2 in some parte going from scenario.keyword == u'Scenario' to ScenarioOutline what made germen test run at the first place. (https://github.com/hrcorval/behavex/issues/77) In the code there are many places what are hard coded to enlisch wording.

To Reproduce Steps to reproduce the behavior: run a feature file using # language: de in the feature file for example

Expected behavior report shoul be not empty the temp files what are created are also empty for non english version only showing {'environment': [], 'features': [], 'steps_definition': []}

Desktop (please complete the following information):

anibalinn commented 1 year ago

Fix released in version 3.0.0: https://pypi.org/project/behavex/3.0.0/ branch release_3.0.0 Thanks!