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