BAEL-4024 - Taking Screenshots with Selenium WebDriver

This commit is contained in:
Jonathan Cook
2020-06-30 15:24:38 +02:00
parent a256b723c9
commit a97a87735a
2 changed files with 91 additions and 0 deletions
@@ -41,6 +41,11 @@
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest-all.version}</version>
</dependency>
<dependency>
<groupId>ru.yandex.qatools.ashot</groupId>
<artifactId>ashot</artifactId>
<version>${ashot.version}</version>
</dependency>
</dependencies>
<build>
@@ -59,6 +64,7 @@
<properties>
<testng.version>6.10</testng.version>
<selenium-java.version>3.4.0</selenium-java.version>
<ashot.version>1.5.4</ashot.version>
</properties>
</project>