Snippets Collections
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'
      })
    });
  });
});
star

Thu May 30 2024 14:57:56 GMT+0000 (Coordinated Universal Time) https://stackoverflow.com/questions/53343181/detailed-reporting-cypress-mochawesome

#javascript #mochawesome #report

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension