CSS object not expanded in the mochawesome report
See original GitHub issueWhat 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:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The fix is on the way https://github.com/Codeception/CodeceptJS/pull/1351
@PeterNgTr ran this with puppeteer, it works there, seems to be related to wdio