UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

12 lines (8 loc) 254 B
import { describe, it, test } from '@serenity-js/playwright-test'; describe('Playwright Test reporting', () => { describe('A scenario', () => { it('is marked as failing, but passes', () => { test.fail() }); }); });