UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

11 lines (9 loc) 185 B
import { defineConfig } from "cypress"; export default defineConfig({ component: { devServer: { framework: "cypress-ct-qwik" as any, bundler: "vite", }, }, });