@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
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"
}
}