mocha.js - Detailed Reporting Cypress/Mochawesome - Stack Overflow

PHOTO EMBED

Thu May 30 2024 14:57:56 GMT+0000 (Coordinated Universal Time)

Saved by @al.thedigital #javascript #mochawesome #report

describe('DBM Smoketests', function() {
  it('E2E Hotel2 WorldPay System', function() {
    cy.visit('https://obmng.dbm.guestline.net/');
    cy.url().should('include','/obmng.dbm');

    Cypress.on('test:after:run', (test) => {
      addContext({ test }, { 
        title: 'This is my context title', 
        value: 'This is my context value'
      })
    });
  });
});
content_copyCOPY

https://stackoverflow.com/questions/53343181/detailed-reporting-cypress-mochawesome