Last active
June 13, 2021 16:57
-
-
Save gsumit1/a6b01ef9609919cb0330a3cb37b931c2 to your computer and use it in GitHub Desktop.
Use of the class GetTestStepName.java in the plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.ctl.it.qa.sample.tests; | |
import net.serenitybdd.cucumber.CucumberWithSerenity; | |
import org.junit.runner.RunWith; | |
import cucumber.api.CucumberOptions; | |
@RunWith(CucumberWithSerenity.class) | |
@CucumberOptions(features = "src/test/resources/features/", plugin = { "pretty","com.ctl.it.qa.sample.tests.GetTestStepName" },tags = { "@Sample" }) | |
public class CukesTest { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update as public