Skip to content

Commit 7c71ac8

Browse files
committed
chore: provide changeset
1 parent 7092e3e commit 7c71ac8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@wdio/visual-service": patch
3+
---
4+
5+
## Fix: support `appium:options` nested capability format and `avd` fallback (#1118)
6+
7+
Appium caps need to be prefixed with `appium:`, but this can feel redundant when you have a lot of caps. So you can also put them inside the `appium:options`-object. This was not supported by the visual module and was reported in #1118. It is now supported.
8+
9+
The following capabilities are now correctly read from both `appium:`-prefixed top-level format and the nested `appium:options` format:
10+
- `deviceName`
11+
- `nativeWebScreenshot`
12+
- `avd` (new, see below)
13+
14+
Second issue that is fixed is that for Android the `deviceName` could be left away and the `avd` could be provided. This is now also supported where `deviceName` takes priority over `avd` if both are provided.
15+
16+
# Committers: 1
17+
18+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))

0 commit comments

Comments
 (0)