File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ We use interfaces where is possible, so you can implement your own version of ta
13131 . To start work with this package, simply add the dependency to your pom.xml:
1414```
1515<dependency>
16- <groupId>aquality-automation</groupId>
17- <artifactId>aquality.selenium</artifactId>
18- <version>0.0.1</version>
16+ <groupId>com.github.aquality-automation</groupId>
17+ <artifactId>aquality-selenium</artifactId>
18+ <version>1.0-SNAPSHOT</version>
19+ <classifier>jar-with-dependencies</classifier>
1920</dependency>
2021```
2122
22- 2 . Add configuration file [ settings.json] ( ./src/main/resources/settings.json ) to resources folder (usually ` src/test/resources ` )
23+ 2 . Add configuration file [ settings.json] ( ./src/main/resources/settings.json ) and localization [ folder ] ( localization/ ) to resources folder (usually ` src/test/resources ` )
2324
24253 . Create instance of Browser:
2526``` java
@@ -51,4 +52,4 @@ browser.quit();
5152### Documentation
5253To get more details please look at documentation:
5354- [ In English] ( ./Documentation.en.md )
54- - [ In Russian] ( ./Documentation.ru.md )
55+ - [ In Russian] ( ./Documentation.ru.md )
You can’t perform that action at this time.
0 commit comments