Cypress Mochawesome Reporting with Cypress 12 is awesome ⚡️📊

Sdílet
Vložit
  • čas přidán 22. 08. 2024
  • In this video, we will discuss the power of Cypress Mochawesome reporter and how easy it is to use within Cypress and generate beautiful reports along with
    ➜ Screenshots
    ➜ Videos
    ➜ Screenshots of failure retries
    ➜ Error logs
    ➜ Charts
    ➜ Custom names and more..
    ➜ This video is part of my Udemy course www.udemy.com/...
    ► COUPON CODE FOR DISCOUNT WHILE PURCHASING: EA_JUN_23
    ► [Advanced Framework development Course in Selenium] www.udemy.com/...
    ► [ Course in Udemy] www.udemy.com/...
    ► [ E2E Testing with Playwright] www.udemy.com/...
    ► [ Coupon Code] - EA_JUN_23
    #eda #eventdrivenarchitecture #executeautomation
    For more articles and videos, please follow
    ► [ExecuteAutomation] executeautomat...
    ► [Twitter] @executeauto
    ► [Subscribe] @Execute Automation
    ► [Udemy] www.udemy.com/...
    ► [XUnit with Selenium] • XUnit with Selenium
    ► [Git Basics] • Git Basics - Everyday ...
    ► [SpringBoot for Testing] • Spring Boot for Automa...
    Selenium and C#
    ******************
    ► [C# for automation testing] • C# for Automation Testing
    ► [Selenium with C#] • Introduction to Seleni...
    ► [BDD with Specflow] • BDD and Specflow
    ► [BDD with Selenium] • BDD with Selenium and ...
    ► [Selenium .NET Core] • Playlist
    Selenium &Java
    ******************
    ► [Cucumber with Selenium] • Section 1 - Cucumber w...
    ► [Cucumber with Selenium] • Section 2 - Cucumber W...
    ► [Cucumber 4 Upgrade] • Section 3 - Upgrade to...
    ► [Selenium Grid] • Selenium Grid
    ► [Selenium framework development] • Selenium Framework Des...
    ► [Selenium 4] • Selenium 4
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    CI/CD with Microsoft Technologies
    *************************************
    ► [Azure DevOps Service] • Azure DevOps Service 2019
    ► [Automated Build deployment] • Automated Build+Deploy...
    ► [Build + Deploy + Test with Jenkins] • Build+Deploy+Test with...
    Docker & Kubernetes
    ************************
    ► [Understanding ABC of Docker] • Understanding ABC of D...
    ► [Understanding Docker for Windows] • Understanding Docker f...
    ► [Selenium Grid with Docker] • Selenium Grid with Docker
    ► [Kubernetes for Testers] • Kubernetes for Testers
    Mobile Testing
    ****************
    ► [Understanding Appium] • Introduction to Appium...
    ► [Appium with C#] • Introduction to Appium...
    ► [Appium with Java] • Setting stage ready fo...
    ► [Appium with C# (Advanced)] • Introduction to Appium...
    ► [Appium Framework development] • Introduction to appium...
    ► [Mobile Automation testing with Xamarin.UITesting] • Part 1 - Introduction ...
    ► [Android automation with Robotium] • Part1 - Introduction t...
    ► [Flutter app automation with Flutter Driver] • Part 1 - Introduction,...
    ► [TestProject] • TestProject (Basic)

Komentáře • 14

  • @user-xk7pt9kj6f
    @user-xk7pt9kj6f Před 7 měsíci +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

  • @rameshg2351
    @rameshg2351 Před 14 dny

    Super, but please explain slowly

  • @user-wr1ru2ul1l
    @user-wr1ru2ul1l Před 9 měsíci +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

  • @sumanthpai6100
    @sumanthpai6100 Před 3 měsíci

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

  • @FuelforlifePath
    @FuelforlifePath Před 5 měsíci

    Can we generate report by running Cypress dashboard with electron browser

  • @user-ju1cx6dr5m
    @user-ju1cx6dr5m Před rokem +1

    It didn't make a json folder in report folder

  • @ElcimarSilva-xn2om
    @ElcimarSilva-xn2om Před 10 měsíci

    mochawesome can be used with cucumber?

  • @rafiulhassan8424
    @rafiulhassan8424 Před rokem

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

  • @rafiulhassan8424
    @rafiulhassan8424 Před rokem

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

    • @ExecuteAutomation
      @ExecuteAutomation  Před rokem

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

    • @arekbalt1983
      @arekbalt1983 Před rokem

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

    • @ExecuteAutomation
      @ExecuteAutomation  Před rokem +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

  • @navylead
    @navylead Před 5 měsíci

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