@acahet/playwright-config
v1.2.0
Published
Shared Playwright config presets
Maintainers
Readme
@acahet/playwright-config
Shared Playwright config presets package.
Install
npm i -D @acahet/playwright-configUsage
import { defineConfig } from '@playwright/test';
import * as preset from '@acahet/playwright-config';
export default defineConfig({
...preset,
});This package currently exports a placeholder root preset entry and is ready for incremental config extraction.
