Skip to content

Commit

Permalink
Temp take all the screenshots
Browse files Browse the repository at this point in the history
Whilst this login flakiness is being investigated
  • Loading branch information
feedmypixel committed Dec 18, 2024
1 parent 722d659 commit 2cc8401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ export const config = {
context,
{ error, result, duration, passed, retries }
) {
if (error) {
await browser.takeScreenshot()
}
// if (error) {
await browser.takeScreenshot()
// }
},

/**
Expand Down

0 comments on commit 2cc8401

Please sign in to comment.