I try to implement using this tutorial, and I was not able to. There is a code that in the video is not clear where to place it within the configuration before: run and after:run
I am getting below error once i added this line in e2e.js file require('cypress-mochawesome-reporter/plugin')(on); TypeError: The following error originated from your test code, not from Cypress. > Cannot read properties of undefined (reading 'native') When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. Cypress could not associate this error to any specific test. We dynamically generated a new test to display this failure.Please share some solution to it
@@arekbalt1983 I never said with Mochawesome, I said it’s with GH containers in the course, since Mochawesome is just a reporting tool, it can’t do parallelization
I try to implement using this tutorial, and I was not able to. There is a code that in the video is not clear where to place it within the configuration
before: run and after:run
I am getting below error once i added this line in e2e.js file
require('cypress-mochawesome-reporter/plugin')(on);
TypeError: The following error originated from your test code, not from Cypress.
> Cannot read properties of undefined (reading 'native')
When Cypress detects uncaught errors originating from your test code it will automatically fail the current test.
Cypress could not associate this error to any specific test.
We dynamically generated a new test to display this failure.Please share some solution to it
Can we generate report by running Cypress dashboard with electron browser
Nice video. Is it possible for Mochawesome to save your previous tests?
Unfortunately not
Is it also possible to do parrallization (run multiple test at once) with this?
Yes ofcourse as covered here in CI/CD section www.udemy.com/course/e2e-cypress/
This is not true, on GH course parallelization is on Cypress cloud, not with mochawesome
@@arekbalt1983 I never said with Mochawesome, I said it’s with GH containers in the course, since Mochawesome is just a reporting tool, it can’t do parallelization
This is not automatically taking failed screenshot and attaching to reports , only screenshot present in folder not in report
It didn't make a json folder in report folder
Super, but please explain slowly
it creates empty index.html when i run it in CI