UNPKG

e2ed

Version:

E2E testing framework over Playwright

11 lines (8 loc) 280 B
/** * @file Test for testing pack tests filtering mechanism. */ import {test} from 'autotests'; import {E2edError} from 'e2ed/utils'; test('not in allTests pack', {meta: {testId: '13'}}, () => { throw new E2edError('Test filtered from the pack "allTests" was running'); });