Please enable JavaScript.
Coggle requires JavaScript to display documents.
CUCUMBER (how to use POJO (how (cr bean feature file, cr table, create…
CUCUMBER
-
-
-
-
-
-
how to use groups
TEst (groups={"smoke","functional"})
-
-
TEst (groups={"smoke"},{"functional"})
-
-
-
-
-
how to take screenshot
-
-
-
-
-
scenario.embed(screenshot, "image/png"); }}
-
-
-
-
-
-
-
-
how to run selectively
mvn test -Dcucumber.options="--tag smoke”
-
-
-