Skip to content

Commit

Permalink
- add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAksionau committed Jul 9, 2023
1 parent 5990680 commit bec962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@


### Useful links:
- About cucumber https://habr.com/ru/articles/332754/
- Spring bean scopes https://docs.spring.io/spring-framework/reference/core/beans/factory-scopes.html
- Cucumber parallel test execution https://cucumber.io/docs/guides/parallel-execution/?lang=java
- Cucumber reporting https://github.com/damianszczepanik/maven-cucumber-reporting
Expand Down
1 change: 1 addition & 0 deletions src/test/java/com/ea/springbasic/runner/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
@CucumberOptions(
features = {"src/test/resources/features"},
plugin = {"json:target/cucumber.json", "pretty"},
// tags = "@all",
glue = "com.ea.springbasic.steps")
public class TestRunner extends AbstractTestNGCucumberTests {

Expand Down

0 comments on commit bec962f

Please sign in to comment.