File tree Expand file tree Collapse file tree
src/test/resources/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >com.anhtester</groupId >
88 <artifactId >anhtester-cucumber-testng</artifactId >
9- <version >1.7.6 </version >
9+ <version >1.7.7 </version >
1010 <name >TestAutomationFrameworkCucumberTestNG</name >
1111 <url >https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url >
1212
5454 <mysql-connector-j .version>8.4.0</mysql-connector-j .version>
5555
5656 <!-- Suite XML path -->
57- <suite .signin.parallel>src/test/resources/suites/SignIn-parallel-methods.xml</suite .signin.parallel>
58- <suite .signin.simple>src/test/resources/suites/SignIn-simple.xml</suite .signin.simple>
59- <suite .client.parallel>src/test/resources/suites/Clients-parallel.xml</suite .client.parallel>
60- <suite .client.simple>src/test/resources/suites/Clients-simple.xml</suite .client.simple>
6157 <suite .feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite .feature>
6258 <suite .feature.login.cms>src/test/resources/suites/SuiteFeatureLoginCMS.xml</suite .feature.login.cms>
6359 </properties >
371367 <configuration >
372368 <suiteXmlFiles >
373369 <!-- Call Suite name global set up above -->
374- <suiteXmlFile >src/test/resources/suites/SuiteFeatureLoginCMS.xml </suiteXmlFile >
370+ <suiteXmlFile >${suite.feature.login.cms} </suiteXmlFile >
375371 </suiteXmlFiles >
376372
377373 <rerunFailingTestsCount >1</rerunFailingTestsCount >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ VIDEO_RECORD = no
4545# If yes -> Report name will be ExtentReports.html
4646OVERRIDE_REPORTS = yes
4747# open_reports_after_execution--> yes or no
48- OPEN_REPORTS_AFTER_EXECUTION = yes
48+ OPEN_REPORTS_AFTER_EXECUTION = no
4949# send_email_to_users --> yes or no
5050# If yes -> then, provide your mail credentials -> src/main/java -> package mail.com.anhtester.EmailConfig;
5151# This Email will be sent using Java mail API
You can’t perform that action at this time.
0 commit comments