UNPKG

e2ed

Version:

E2E testing framework over Playwright

13 lines (11 loc) 342 B
import type {SkipTests} from 'autotests/configurator'; /** * Get array of groups of skipped tests, grouped by skip reason. */ export const skipTests: SkipTests = [ { reason: 'Skip for testing skipping mechanism (with link to [Google](https://google.com))', testIds: ['4'], unskipTaskUrl: 'https://tasktracker.com/3', }, ];