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.

CSS object not expanded in the mochawesome report

See original GitHub issue

What are you trying to achieve?

See the expanded (recommended way to use) css element when a test fails

What do you get instead?

Error: element ([object Object]) still visible after 10 sec

Scenario('Test', (I) => {
    I.amOnPage('https://www.google.com');
    I.waitForInvisible({css: 'input[name="q"]'});
});

Details

  • CodeceptJS version: 1.4.4
  • NodeJS Version: 10.13.0
  • Operating System: OSX
  • WebDriverIO: 4.14.0

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
PeterNgTrcommented, Nov 23, 2018
0reactions
xMutaGenxcommented, Nov 21, 2018

@PeterNgTr ran this with puppeteer, it works there, seems to be related to wdio

Read more comments on GitHub >

github_iconTop Results From Across the Web

mochawesome/general - Gitter
Hi All. I am using mochawesome to generate reports for my supertest API tests. I have observed that whenever tests fail on the...
Read more >
How To Generate Mocha Reports With Mochawesome?
Learn how to generate Mocha reports and use Mocha report generator Mochawesome, a popular and easy-to-use Mocha reporter for Selenium test ...
Read more >
Attach Screenshot into Mochawesome HTML Report in Cypress
When I expand failed test spec details, The screenshot is attached for the failed test case,
Read more >
Part 22 - Mochawesome HTML Report in Cypress - YouTube
In this video I've shown: -1. Mochawesome HTML Report in Cypress2. Add Screenshot of failed Tests Cases in the Mochawesome HTML ...
Read more >
Add an option at generating report to show collapsed/folded ...
While I also use mochawesome-merge to generate cypress reporting. ... "expand all" / "collapse all" would be useful too but not what i ......
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