UNPKG

@7x7cl/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
{ "description": "Use Playwright to run E2E tests into your Qwik app", "devDependencies": { "@playwright/test": "^1.32.3" }, "scripts": { "test.e2e": "playwright test" }, "__qwik__": { "displayName": "Integration: Playwright (E2E Test)", "priority": -10, "viteConfig": {}, "postInstall": "playwright install", "docs": [ "https://playwright.dev/docs/writing-tests" ] } }