File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
src/test/java/com/browserstack Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8383 </execution >
8484 </executions >
8585 </plugin >
86+ <plugin >
87+ <groupId >org.apache.maven.plugins</groupId >
88+ <artifactId >maven-surefire-plugin</artifactId >
89+ <version >3.0.0-M5</version >
90+ <configuration >
91+ <suiteXmlFiles >
92+ <suiteXmlFile >src/test/resources/testng.xml</suiteXmlFile >
93+ </suiteXmlFiles >
94+ <argLine >
95+ -javaagent:${com.browserstack:browserstack-java-sdk:jar}
96+ </argLine >
97+ <systemPropertyVariables >
98+ <cucumber .publish.quiet>true</cucumber .publish.quiet>
99+ </systemPropertyVariables >
100+ </configuration >
101+ </plugin >
86102 </plugins >
87103 </build >
88104 <profiles >
89105 <profile >
90106 <id >sample-test</id >
91- <activation >
92- <activeByDefault >true</activeByDefault >
93- </activation >
94107 <build >
95108 <plugins >
96109 <plugin >
Original file line number Diff line number Diff line change 44
55@ CucumberOptions (
66 glue = "com.browserstack.stepdefs" ,
7+ features = "src/test/resources/features/test" ,
78 plugin = {
89 "pretty" ,
910 "html:reports/tests/cucumber/cucumber-pretty.html" ,
You can’t perform that action at this time.
0 commit comments