serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

feature marked as pending instead of success #41

Closed dwursteisen closed 8 years ago

dwursteisen commented 8 years ago

To reproduce the issue:

  1. clone this repository, and checkout the branch submodule.
  2. mvn clean install on the root project (or from the module directory)
  3. check the generated report (requirement tab)

The report should look like this : all tests in success except one in pending. (please note that is marked that 33% of tests are success instead of 50%)

img

Expected : all tests are succed.

workaround: change, in the aa.feature file the line Fonctionnalité: AA scénario to match the file feature name.

ie : Fonctionnalité: AA scénario should be rewrite as Fonctionnalité: aa as it's in the aa.feature file.

YamStranger commented 8 years ago

Hello @dwursteisen

Thanks for this issue and provided test project!!

cliviu commented 8 years ago

Hi @dwursteisen I think that we have a problem with the feature name encoding. As workaround is not necessary to have the feature name the same as the file name but to use a feature name containing only plain ASCII characters. I will investigate the problem.

cliviu commented 8 years ago

hi @dwursteisen . have you tried with the latest version ?

dwursteisen commented 8 years ago

Not yet.

I'm working on another project right now. But the next week, I think I'll have some time to test it.

YamStranger commented 8 years ago

It seems that this issue was fixed by @cliviu fix. Will close this ticket.

Thanks!