We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fa7fc commit 779f42eCopy full SHA for 779f42e
pom.xml
@@ -16,6 +16,7 @@
16
<applicationUrl>http://www.google.com</applicationUrl>
17
<selenium.version>4.1.0</selenium.version>
18
<testng.version>7.4.0</testng.version>
19
+ <snakeyaml.version>2.2</snakeyaml.version>
20
<maven.compiler.source>1.8</maven.compiler.source>
21
<maven.compiler.target>1.8</maven.compiler.target>
22
<config.file>config/sample.testng.xml</config.file>
@@ -43,6 +44,11 @@
43
44
<version>6.7.2</version>
45
<scope>test</scope>
46
</dependency>
47
+ <dependency>
48
+ <groupId>org.yaml</groupId>
49
+ <artifactId>snakeyaml</artifactId>
50
+ <version>${snakeyaml.version}</version>
51
+ </dependency>
52
<dependency>
53
<groupId>com.browserstack</groupId>
54
<artifactId>browserstack-java-sdk</artifactId>
0 commit comments