UNPKG

e2ed

Version:

E2E testing framework over Playwright

10 lines (7 loc) 194 B
/** * @file Skipped test for testing skipping mechanism. */ import {test} from 'autotests'; test('skipped', {meta: {testId: '4'}}, () => { throw new Error('Skipped test was running'); });