File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ appium adaptor for self-healing
15
15
for Gradle projects:
16
16
```
17
17
dependencies {
18
- compile group: 'com.epam.healenium', name: 'healenium-appium', version: '1.2.5 '
18
+ compile group: 'com.epam.healenium', name: 'healenium-appium', version: '1.3.0 '
19
19
}
20
20
```
21
21
@@ -25,7 +25,7 @@ for Maven projects:
25
25
<dependency>
26
26
<groupId>com.epam.healenium</groupId>
27
27
<artifactId>healenium-appium</artifactId>
28
- <version>1.2.5 </version>
28
+ <version>1.3.0 </version>
29
29
</dependency>
30
30
```
31
31
### 2. Driver initialization
@@ -49,13 +49,12 @@ for Maven projects:
49
49
healenium-appium uses healenium-backend for these purposes. File system storage also supports and could
50
50
be used when backend-integration set to 'false'.
51
51
Default config values:
52
- ```
52
+ ```
53
53
recovery-tries = 1
54
54
score-cap = 0.5
55
55
heal-enabled = true
56
- serverHost = localhost
57
- serverPort = 7878
58
- imitatePort = 8000
56
+ hlm.server.url = http://localhost:7878
57
+ hlm.imitator.url = http://localhost:8000
59
58
```
60
59
61
60
> recovery-tries - list of proposed healed locators
You can’t perform that action at this time.
0 commit comments