Skip to content

Commit

Permalink
ci API Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LeopoldoIII committed Jun 29, 2024
1 parent 166d52b commit 6c5dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/bdd/runners/ApiTestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.testng.annotations.DataProvider;

@CucumberOptions(
features = "src/test/resources/features/api",
features = "src/test/resources/features/API",
glue = {"com/bdd/steps/api"},
plugin = {"pretty", "html:target/cucumber-reports.html"}
)
Expand Down

0 comments on commit 6c5dbbf

Please sign in to comment.