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_
The period in the step parameter breaks test case name and report displays only part after the period.
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_
_Report_
The period in the step parameter breaks test case name and report displays only part after the period.