Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Jan 22, 2024
1 parent f6d3837 commit 4c801cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ Add to POM.xml
**dependency**

```xml

<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-cucumber</artifactId>
<version>5.1.4</version>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-cucumber</artifactId>
<version>5.2.0</version>
</dependency>
```

Expand All @@ -75,7 +74,6 @@ convenient for BDD users.
Enabling **StepReporter**:

```java

@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"pretty", "com.epam.reportportal.cucumber.StepReporter"})
public class RunCukesTest {
Expand All @@ -85,7 +83,6 @@ public class RunCukesTest {
Enabling **ScenarioReporter**:

```java

@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"pretty", "com.epam.reportportal.cucumber.ScenarioReporter"})
public class RunCukesTest {
Expand Down

0 comments on commit 4c801cc

Please sign in to comment.