allure-framework / allure-cucumberjvm

Deprecated, use https://github.com/allure-framework/allure-java instead
Apache License 2.0
16 stars 13 forks source link

Period in the step parameter breaks test case name in the report and report displays only part after the period #10

Closed GreenTeaCake closed 9 years ago

GreenTeaCake commented 9 years ago

Hi. I'm not sure if it is allure-cucumber-jvm-adaptor, allure-maven-plugin or allure-report-builder issue. But I gonna raise the ticket here.

_Cucumber feature_

Feature: Check step parameters displaying in Allure report
  Scenario: Check parameter displaying
    Given https://www.google.com string param in the beginning
    Given string param https://www.google.com in the middle
    Given string param in the end https://www.google.com

_Report_ screen shot 2015-03-10 at 16 19 01

The period in the step parameter breaks test case name and report displays only part after the period.

vania-pooh commented 9 years ago

@clicman please check that case name like above goes to test case title and not name.

clicman commented 9 years ago

@grumblerchester @vania-pooh As I remeber it was some talks about testcase.title in allure core #442.