UNPKG

playwright-feature-reporter

Version:

Custom Playwright reporter that generates a Markdown file documenting app features based on test cases

12 lines (10 loc) 261 B
// @ts-check import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, { ignores: ['dist/', 'playwright.config.ts', 'src/*.spec.ts'] } );