You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using IntelliJ IDEA and running cucumber feature file as java app via the context menu, this automatically creates Run/Debug Configuration with the full folder path (starting with "C:/" in my case). The problem is with this full folder path failing to be parsed at ":" symbol in the beginning.
To Reproduce
Steps to reproduce the behavior:
Have a Java project in IntelliJ IDEA with the ability to run Cucumber features/scenarios via the context menu.
Setup "Cucumber java" Run/Debug Configuration template with the allure plugin --plugin io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm
Run Cucumber scenario via the right-click context menu.
See error
Expected behavior
A normal test run should start without startup issues at AllureCucumber4Jvm.
Screenshots
Environment (please complete the following information):
Allure version
2.13.0
Test framework
cucumber-java8@4.7.1
Allure adaptor
allure-cucumber4-jvm@2.13.0
Generate report using
allure-commandline
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using IntelliJ IDEA and running cucumber feature file as java app via the context menu, this automatically creates Run/Debug Configuration with the full folder path (starting with "C:/" in my case). The problem is with this full folder path failing to be parsed at ":" symbol in the beginning.
To Reproduce
Steps to reproduce the behavior:
--plugin io.qameta.allure.cucumber4jvm.AllureCucumber4Jvm
Expected behavior
A normal test run should start without startup issues at
AllureCucumber4Jvm
.Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: