question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v1.4.5 screenshots are no longer taken when we run-multiple

See original GitHub issue

What are you trying to achieve?

Framework takes a screenshot after failure on v1.4.5, works fine on v1.4.4

What do you get instead?

no screenshot is taken

Details

  • CodeceptJS version: 1.4.5
  • NodeJS Version: >=8.9.1
  • Operating System: OSX
  • WebDriverIO: 4.14.0
  • Configuration file:
helpers: {
        WebDriverIO: {
          ...
          fullPageScreenshots: true,
          uniqueScreenshotNames: true,
          ...
       },
        Mochawesome: { uniqueScreenshotNames: true }
    }

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
PeterNgTrcommented, Nov 28, 2018
0reactions
miraocommented, Nov 27, 2018

Confirmed @PredragPavlovic’s info. This order works for me:

const supportedHelpers = [
  'Mochawesome',
  'WebDriverIO',
  'Protractor',
  'Appium',
  'Nightmare',
  'Puppeteer',
];
Read more comments on GitHub >

github_iconTop Results From Across the Web

v1.4.5 screenshots are no longer taken when we run-multiple
Framework takes a screenshot after failure on v1.4.5, works fine on ... v1.4.5 screenshots are no longer taken when we run-multiple #1317.
Read more >
Take a screenshot on your Mac - Apple Support
To take a screenshot, press and hold these three keys together: Shift, Command, and 3. If you see a thumbnail in the corner...
Read more >
Docker Desktop release notes - Docker Documentation
A failed spawned command when building an extension no longer causes Docker Desktop to unexpectedly quit. Fixed a bug that caused extensions to...
Read more >
Changelog - Cypress Documentation
You will no longer be able to run your tests during cypress run or cypress open in browser versions that are not supported...
Read more >
Connect 12 tutorial No. 28: Screenshots - Prodigi 4.5 - YouTube
Here's a quick overview of how to take and save a screenshot, a new feature integrated within Prodigi version 4.5, available as a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found