diff --git a/pom.xml b/pom.xml index 897c915..a20a9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.anhtester anhtester-cucumber-testng - 1.7.6 + 1.7.7 TestAutomationFrameworkCucumberTestNG https://github.com/anhtester/AutomationFrameworkCucumberTestNG @@ -54,10 +54,6 @@ 8.4.0 - src/test/resources/suites/SignIn-parallel-methods.xml - src/test/resources/suites/SignIn-simple.xml - src/test/resources/suites/Clients-parallel.xml - src/test/resources/suites/Clients-simple.xml src/test/resources/suites/SuiteFeatureByTag.xml src/test/resources/suites/SuiteFeatureLoginCMS.xml @@ -371,7 +367,7 @@ - src/test/resources/suites/SuiteFeatureLoginCMS.xml + ${suite.feature.login.cms} 1 diff --git a/src/test/resources/config/config.properties b/src/test/resources/config/config.properties index 7ad0470..f97d0c6 100644 --- a/src/test/resources/config/config.properties +++ b/src/test/resources/config/config.properties @@ -45,7 +45,7 @@ VIDEO_RECORD = no #If yes -> Report name will be ExtentReports.html OVERRIDE_REPORTS = yes #open_reports_after_execution--> yes or no -OPEN_REPORTS_AFTER_EXECUTION = yes +OPEN_REPORTS_AFTER_EXECUTION = no #send_email_to_users --> yes or no #If yes -> then, provide your mail credentials -> src/main/java -> package mail.com.anhtester.EmailConfig; # This Email will be sent using Java mail API