2.1.0 • Published 3 years ago
@soyhuce/playwright-config v2.1.0
@soyhuce/playwright-config
Playwright shareable config for end-to-end testing.
Installation
pnpm add -D @soyhuce/playwright-config
# with pPaywright
pnpm add -D @playwright/test @soyhuce/playwright-config
Usage
In order to use this config, choose the one you want and add this configuration to your playwright.config.js
:
module.exports = {
+ ...require('@soyhuce/playwright-config')
}
License
MIT