Skip to content

Commit dbfcce6

Browse files
committed
Add: Take a screenshot of a specific step anywhere
1 parent 765c2b2 commit dbfcce6

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

@@ -54,10 +54,6 @@
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>
@@ -371,7 +367,7 @@
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>

src/test/resources/config/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ VIDEO_RECORD = no
4545
#If yes -> Report name will be ExtentReports.html
4646
OVERRIDE_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

0 commit comments

Comments
 (0)