Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 9, 2024
1 parent 08515c6 commit 13d4852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import io.cucumber.testng.AbstractTestNGCucumberTests;
import io.cucumber.testng.CucumberOptions;

@CucumberOptions(plugin = { "pretty", "html:report.html", "com.epam.reportportal.example.cucumber6.attributes.CustomAttributeReporter" },
features = "src/test/resources/features/attributes", tags = "not @ignore", glue = "com.epam.reportportal.example.cucumber6.attributes")
public class RunAttributesTests extends AbstractTestNGCucumberTests {
@CucumberOptions(plugin = "com.epam.reportportal.cucumber.ScenarioReporter",
features = "src/test/resources/features/attributes", glue = "com.epam.reportportal.example.cucumber6.attributes")
public class BasicRunTest extends AbstractTestNGCucumberTests {
}

0 comments on commit 13d4852

Please sign in to comment.