Skip to content

Commit

Permalink
fix: re-enable screenshot since it was addressed in webdriverio@9.7.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Jan 24, 2025
1 parent dfc2a94 commit d79b0b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/webdriverio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| `--browser` | `$/webdriverio.js` |
|---|---|
| Module | [webdriverio](https://www.npmjs.com/package/webdriverio) |
| Screenshots | <s>✔️ `.png`</s> see [#117](https://github.com/ArnaudBuchholz/ui5-test-runner/issues/117) |
| Screenshots 2️⃣ | ✔️ `.png`
| Scripts | ✔️ |
| Traces 1️⃣ ||

Expand Down Expand Up @@ -40,3 +40,4 @@ For instance :
## Implementation notes

* 1️⃣ Traces are not yet implemented
* 2️⃣ Version `v9.6.x` of `webdriver.io` has problems with screenshot, see [#117](https://github.com/ArnaudBuchholz/ui5-test-runner/issues/117)
2 changes: 1 addition & 1 deletion src/defaults/webdriverio.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require('./browser')({
async capabilities ({ settings, options }) {
return {
modules: ['webdriverio'],
// screenshot: '.png', // TODO: https://github.com/webdriverio/webdriverio/issues/14108
screenshot: '.png',
scripts: true,
traces: []
}
Expand Down

0 comments on commit d79b0b7

Please sign in to comment.