-
I am having this issue: launches keep showing IN PROGRESS state while they should've completed.
![image](https://github.com/reportportal/agent-js-webdriverio/assets/89393423/cc66bacd-5a58-4411-b950…
-
com.epam.reportportal.service.ReportPortal.Builder.buildEndpointUrl assumes all endpoints should be in v2 when running with async reporting.
This is not true for endpoints such as com.epam.reportport…
-
Hello all,
I am using cucumber java v 2.4.0 and here's how I use dependencies in my build.gradle file:
dependencies {
compile project(':my-proj)
implementation 'io.cucumber:cucumber-jav…
-
Reproduces with agent-java-cucumber v.3.0.1
Gherkin version - 2.12.2
During cucumber run the error occurs:
cucumber.runtime.CucumberException: Couldn't load plugin class: com.epam.reportportal.cu…
-
Feature-Request. Parse Junit 5 Tags and Cucumber Annotations to send correct key-value to the report-portal
currently a Cucumber annotation like the following:
```
@issue:JIRA-1234
Scenario: som…
-
Do you have plan to extend this plugin support for cucumber new version?
-
I have tried using the Testng.xml to trigger my framework. I am using Multimodule framework. When i run the testng.xml test is triggered but the Cucumber feature steps are not getting posted in the Re…
-
Is added agent-java-cucumber2 with io.cucumber:cucumber-java:3.0.2 , and as a result have this error
_**java.lang.IncompatibleClassChangeError: Found interface cucumber.api.TestCase, but class was…