@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
19 lines (18 loc) • 422 B
JSON
{
"description": "Use Playwright to run E2E tests into your Qwik app",
"__qwik__": {
"displayName": "Integration: Playwright (E2E Test)",
"priority": -10,
"viteConfig": {},
"postInstall": "playwright install",
"docs": [
"https://playwright.dev/docs/writing-tests"
]
},
"devDependencies": {
"@playwright/test": "^1.38.1"
},
"scripts": {
"test.e2e": "playwright test"
}
}