Skip to content

Commit

Permalink
Add: Take a screenshot of a specific step anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
vothaian committed May 27, 2024
1 parent 765c2b2 commit dbfcce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.anhtester</groupId>
<artifactId>anhtester-cucumber-testng</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>TestAutomationFrameworkCucumberTestNG</name>
<url>https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url>

Expand Down Expand Up @@ -54,10 +54,6 @@
<mysql-connector-j.version>8.4.0</mysql-connector-j.version>

<!-- Suite XML path -->
<suite.signin.parallel>src/test/resources/suites/SignIn-parallel-methods.xml</suite.signin.parallel>
<suite.signin.simple>src/test/resources/suites/SignIn-simple.xml</suite.signin.simple>
<suite.client.parallel>src/test/resources/suites/Clients-parallel.xml</suite.client.parallel>
<suite.client.simple>src/test/resources/suites/Clients-simple.xml</suite.client.simple>
<suite.feature>src/test/resources/suites/SuiteFeatureByTag.xml</suite.feature>
<suite.feature.login.cms>src/test/resources/suites/SuiteFeatureLoginCMS.xml</suite.feature.login.cms>
</properties>
Expand Down Expand Up @@ -371,7 +367,7 @@
<configuration>
<suiteXmlFiles>
<!-- Call Suite name global set up above -->
<suiteXmlFile>src/test/resources/suites/SuiteFeatureLoginCMS.xml</suiteXmlFile>
<suiteXmlFile>${suite.feature.login.cms}</suiteXmlFile>
</suiteXmlFiles>

<rerunFailingTestsCount>1</rerunFailingTestsCount>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbfcce6

Please sign in to comment.