File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ export default defineConfig({
12
12
// We've imported your old cypress plugins here.
13
13
// You may want to clean this up later by importing these.
14
14
setupNodeEvents ( on , config ) {
15
+ on ( 'file:preprocessor' , require ( 'cypress-vite' ) ( config ) ) ;
16
+
15
17
/**
16
18
* Plugin for cypress that adds better terminal output for easier debugging.
17
19
* Prints cy commands, browser console logs, cy.request and cy.intercept data. Great for your pipelines.
Original file line number Diff line number Diff line change 56
56
"cypress-intellij-reporter" : " ^0.0.7" ,
57
57
"cypress-plugin-tab" : " ^1.0.5" ,
58
58
"cypress-terminal-report" : " ^5.3.2" ,
59
+ "cypress-vite" : " ^1.5.0" ,
59
60
"eslint" : " ^8.37.0" ,
60
61
"eslint-config-codex" : " ^1.7.1" ,
61
62
"eslint-plugin-chai-friendly" : " ^0.7.2" ,
Original file line number Diff line number Diff line change @@ -1424,6 +1424,21 @@ chokidar@3.5.3:
1424
1424
optionalDependencies :
1425
1425
fsevents "~2.3.2"
1426
1426
1427
+ chokidar@^3.5.3 :
1428
+ version "3.6.0"
1429
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
1430
+ integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
1431
+ dependencies :
1432
+ anymatch "~3.1.2"
1433
+ braces "~3.0.2"
1434
+ glob-parent "~5.1.2"
1435
+ is-binary-path "~2.1.0"
1436
+ is-glob "~4.0.1"
1437
+ normalize-path "~3.0.0"
1438
+ readdirp "~3.6.0"
1439
+ optionalDependencies :
1440
+ fsevents "~2.3.2"
1441
+
1427
1442
ci-info@^3.2.0 :
1428
1443
version "3.9.0"
1429
1444
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
@@ -1689,6 +1704,14 @@ cypress-terminal-report@^5.3.2:
1689
1704
semver "^7.3.5"
1690
1705
tv4 "^1.3.0"
1691
1706
1707
+ cypress-vite@^1.5.0 :
1708
+ version "1.5.0"
1709
+ resolved "https://registry.yarnpkg.com/cypress-vite/-/cypress-vite-1.5.0.tgz#471ecc1175c7ab51b3b132c595dc3c7e222fe944"
1710
+ integrity sha512-vvTMqJZgI3sN2ylQTi4OQh8LRRjSrfrIdkQD5fOj+EC/e9oHkxS96lif1SyDF1PwailG1tnpJE+VpN6+AwO/rg==
1711
+ dependencies :
1712
+ chokidar "^3.5.3"
1713
+ debug "^4.3.4"
1714
+
1692
1715
cypress@^13.7.1 :
1693
1716
version "13.7.1"
1694
1717
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.1.tgz#d1208eb04efd46ef52a30480a5da71a03373261a"
You can’t perform that action at this time.
0 commit comments