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' }) }); }); });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter