File tree Expand file tree Collapse file tree 1 file changed +20
-8
lines changed
Expand file tree Collapse file tree 1 file changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,26 @@ We use interfaces where is possible, so you can implement your own version of ta
1010
1111### Quick start
1212
13- 1 . To start work with this package, simply add the dependency to your pom.xml:
14- ```
15- <dependency>
16- <groupId>com.github.aquality-automation</groupId>
17- <artifactId>aquality-selenium</artifactId>
18- <version>1.0-SNAPSHOT</version>
19- <classifier>jar-with-dependencies</classifier>
20- </dependency>
13+ 1 . To start work with this package, simply add the dependency to your pom.xml:
14+ ```
15+ <repositories>
16+ <repository>
17+ <id>ossrh</id>
18+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
19+ </repository>
20+ </repositories>
21+
22+ <dependencies>
23+ ...
24+ <dependency>
25+ <groupId>com.github.aquality-automation</groupId>
26+ <artifactId>aquality-selenium</artifactId>
27+ <version>1.0-SNAPSHOT</version>
28+ <classifier>jar-with-dependencies</classifier>
29+ </dependency>
30+ ...
31+ </dependencies>
32+
2133```
2234
23352 . Add configuration file [ settings.json] ( ./src/main/resources/settings.json ) and localization [ folder] ( localization/ ) to resources folder (usually ` src/test/resources ` )
You can’t perform that action at this time.
0 commit comments