Cypress Mochawesome Reporting with Cypress 12 is awesome ⚡️📊

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 13

  • @CarlosdeAlmeida-x7n
    @CarlosdeAlmeida-x7n 11 месяцев назад +4

    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

  • @VanmathiR-r2i
    @VanmathiR-r2i Год назад +1

    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

  • @FuelforlifePath
    @FuelforlifePath 9 месяцев назад

    Can we generate report by running Cypress dashboard with electron browser

  • @rafiulhassan8424
    @rafiulhassan8424 Год назад

    Nice video. Is it possible for Mochawesome to save your previous tests?

  • @rafiulhassan8424
    @rafiulhassan8424 Год назад

    Is it also possible to do parrallization (run multiple test at once) with this?

    • @ExecuteAutomation
      @ExecuteAutomation  Год назад

      Yes ofcourse as covered here in CI/CD section www.udemy.com/course/e2e-cypress/

    • @arekbalt1983
      @arekbalt1983 Год назад

      This is not true, on GH course parallelization is on Cypress cloud, not with mochawesome

    • @ExecuteAutomation
      @ExecuteAutomation  Год назад +1

      @@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

  • @sumanthpai6100
    @sumanthpai6100 7 месяцев назад

    This is not automatically taking failed screenshot and attaching to reports , only screenshot present in folder not in report

  • @DhruvNandan-i7i
    @DhruvNandan-i7i Год назад +1

    It didn't make a json folder in report folder

  • @rameshg2351
    @rameshg2351 4 месяца назад

    Super, but please explain slowly

  • @navylead
    @navylead 8 месяцев назад

    it creates empty index.html when i run it in CI