Skip to content

Commit 90956b5

Browse files
committed
added cypress on qwik project
1 parent 9d78c5e commit 90956b5

File tree

4 files changed

+789
-16
lines changed

4 files changed

+789
-16
lines changed

cypress/support/component.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { addQwikLoader } from 'cypress-ct-qwik';
2+
addQwikLoader();

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"@typescript-eslint/eslint-plugin": "6.4.0",
3838
"@typescript-eslint/parser": "6.4.0",
3939
"autoprefixer": "^10.4.15",
40+
"cypress": "^13.6.4",
41+
"cypress-ct-qwik": "^0.3.0",
4042
"eslint": "8.47.0",
4143
"eslint-plugin-qwik": "^1.2.13",
4244
"postcss": "^8.4.28",

0 commit comments

Comments
 (0)