diff --git a/system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js b/system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js index cb35b17944b7..12fcf3702f48 100644 --- a/system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js +++ b/system-tests/__snapshots__/vite_dev_server_fresh_spec.ts.js @@ -1,4 +1,4 @@ -exports['@cypress/vite-dev-server react executes all of the tests for vite4.5.5-react 1'] = ` +exports['@cypress/vite-dev-server react executes all of the specs for vite4.5.5-react 1'] = ` ==================================================================================================== @@ -401,7 +401,7 @@ https://on.cypress.io/uncaught-exception-from-application ` -exports['@cypress/vite-dev-server / react / executes all of the tests for vite4.5.5-react when port is statically configured'] = ` +exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite4.5.5-react when port is statically configured'] = ` ==================================================================================================== @@ -410,745 +410,8 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite4. ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 1.2.3 │ │ Browser: FooBrowser 88 │ - │ Specs: 9 found (App.cy.jsx, AppCompilationError.cy.jsx, Errors.cy.jsx, MissingReact.cy.js │ - │ x, MissingReactInSpec.cy.jsx, Rerendering.cy.jsx, Unmount.cy.jsx, mount.cy.jsx, po │ - │ rt.cy.jsx) │ - │ Searched: **/*.cy.{js,jsx,ts,tsx} │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: App.cy.jsx (1 of 9) - - - ✓ renders hello world - ✓ renders background - - 2 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 2 │ - │ Passing: 2 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: App.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: AppCompilationError.cy.jsx (2 of 9) - - - 1) An uncaught error was detected outside of a test - - 0 passing - 1 failing - - 1) An uncaught error was detected outside of a test: - TypeError: The following error originated from your test code, not from Cypress. - - > Failed to fetch dynamically imported module: http://localhost:8888/__cypress/src/@fs/foo/bar/.projects/vite2.8.6-react/src/AppCompilationError.cy.jsx - -When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. - -Cypress could not associate this error to any specific test. - -We dynamically generated a new test to display this failure. - - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: AppCompilationError.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/AppCompilationError.cy.jsx/An uncaught error wa (1280x633) - s detected outside of a test (failed).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Errors.cy.jsx (3 of 9) - - - Errors - 1) error on mount - 2) sync error - 3) async error - 4) command failure - - - 0 passing - 4 failing - - 1) Errors - error on mount: - Error: The following error originated from your application code, not from Cypress. - - > mount error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 2) Errors - sync error: - Error: The following error originated from your application code, not from Cypress. - - > sync error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 3) Errors - async error: - Error: The following error originated from your application code, not from Cypress. - - > async error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 4) Errors - command failure: - AssertionError: Timed out retrying after 50ms: Expected to find element: \`element-that-does-not-exist\`, but never found it. - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 4 │ - │ Passing: 0 │ - │ Failing: 4 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 4 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Errors.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- error on mount (failed) (1280x633) - .png - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- sync error (failed).png (1280x633) - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- async error (failed).pn (1280x633) - g - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- command failure (failed (1280x633) - ).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: MissingReact.cy.jsx (4 of 9) - - - 1) is missing React - - 0 passing - 1 failing - - 1) is missing React: - ReferenceError: The following error originated from your application code, not from Cypress. - - > React is not defined - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: MissingReact.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/MissingReact.cy.jsx/is missing React (failed).p (1280x633) - ng - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: MissingReactInSpec.cy.jsx (5 of 9) - - - 1) is missing React in this file - - 0 passing - 1 failing - - 1) is missing React in this file: - ReferenceError: React is not defined - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: MissingReactInSpec.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/MissingReactInSpec.cy.jsx/is missing React in t (1280x633) - his file (failed).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Rerendering.cy.jsx (6 of 9) - - - re-render - ✓ maintains component state across re-renders - - - 1 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 1 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Rerendering.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Unmount.cy.jsx (7 of 9) - - - Comp with componentWillUnmount - ✓ calls the prop - - mount cleanup - ✓ mount 1 - ✓ mount 2 - - - 3 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 3 │ - │ Passing: 3 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Unmount.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: mount.cy.jsx (8 of 9) - - - mount - ✓ does not error when rendering primitives - teardown - ✓ should mount - ✓ should remove previous mounted component - - - 3 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 3 │ - │ Passing: 3 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: mount.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: port.cy.jsx (9 of 9) - - - ✓ ensures we have launched at the overridden port - - 1 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 1 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: port.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -==================================================================================================== - - (Run Finished) - - - Spec Tests Passing Failing Pending Skipped - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ ✔ App.cy.jsx XX:XX 2 2 - - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✖ AppCompilationError.cy.jsx XX:XX 1 - 1 - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✖ Errors.cy.jsx XX:XX 4 - 4 - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✖ MissingReact.cy.jsx XX:XX 1 - 1 - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✖ MissingReactInSpec.cy.jsx XX:XX 1 - 1 - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ Rerendering.cy.jsx XX:XX 1 1 - - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ Unmount.cy.jsx XX:XX 3 3 - - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ mount.cy.jsx XX:XX 3 3 - - - │ - ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ port.cy.jsx XX:XX 1 1 - - - │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - ✖ 4 of 9 failed (44%) XX:XX 17 10 7 - - - - -` - -exports['@cypress/vite-dev-server react executes all of the tests for vite2.9.1-react 1'] = ` - -==================================================================================================== - - (Run Starting) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Cypress: 1.2.3 │ - │ Browser: FooBrowser 88 │ - │ Specs: 9 found (App.cy.jsx, AppCompilationError.cy.jsx, Errors.cy.jsx, MissingReact.cy.js │ - │ x, MissingReactInSpec.cy.jsx, Rerendering.cy.jsx, Unmount.cy.jsx, mount.cy.jsx, po │ - │ rt.cy.jsx) │ - │ Searched: **/*.cy.{js,jsx,ts,tsx} │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: App.cy.jsx (1 of 9) - - - ✓ renders hello world - ✓ renders background - - 2 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 2 │ - │ Passing: 2 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: App.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: AppCompilationError.cy.jsx (2 of 9) - - - 1) An uncaught error was detected outside of a test - - 0 passing - 1 failing - - 1) An uncaught error was detected outside of a test: - TypeError: The following error originated from your test code, not from Cypress. - - > Failed to fetch dynamically imported module: http://localhost:8888/__cypress/src/@fs/foo/bar/.projects/vite2.9.1-react/src/AppCompilationError.cy.jsx - -When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. - -Cypress could not associate this error to any specific test. - -We dynamically generated a new test to display this failure. - - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: AppCompilationError.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/AppCompilationError.cy.jsx/An uncaught error wa (1280x633) - s detected outside of a test (failed).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Errors.cy.jsx (3 of 9) - - - Errors - 1) error on mount - 2) sync error - 3) async error - 4) command failure - - - 0 passing - 4 failing - - 1) Errors - error on mount: - Error: The following error originated from your application code, not from Cypress. - - > mount error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 2) Errors - sync error: - Error: The following error originated from your application code, not from Cypress. - - > sync error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 3) Errors - async error: - Error: The following error originated from your application code, not from Cypress. - - > async error - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - 4) Errors - command failure: - AssertionError: Timed out retrying after 50ms: Expected to find element: \`element-that-does-not-exist\`, but never found it. - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 4 │ - │ Passing: 0 │ - │ Failing: 4 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 4 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Errors.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- error on mount (failed) (1280x633) - .png - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- sync error (failed).png (1280x633) - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- async error (failed).pn (1280x633) - g - - /XXX/XXX/XXX/cypress/screenshots/Errors.cy.jsx/Errors -- command failure (failed (1280x633) - ).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: MissingReact.cy.jsx (4 of 9) - - - 1) is missing React - - 0 passing - 1 failing - - 1) is missing React: - ReferenceError: The following error originated from your application code, not from Cypress. - - > React is not defined - -When Cypress detects uncaught errors originating from your application it will automatically fail the current test. - -This behavior is configurable, and you can choose to turn this off by listening to the \`uncaught:exception\` event. - -https://on.cypress.io/uncaught-exception-from-application - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: MissingReact.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/MissingReact.cy.jsx/is missing React (failed).p (1280x633) - ng - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: MissingReactInSpec.cy.jsx (5 of 9) - - - 1) is missing React in this file - - 0 passing - 1 failing - - 1) is missing React in this file: - ReferenceError: React is not defined - [stack trace lines] - - - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 0 │ - │ Failing: 1 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 1 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: MissingReactInSpec.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - - (Screenshots) - - - /XXX/XXX/XXX/cypress/screenshots/MissingReactInSpec.cy.jsx/is missing React in t (1280x633) - his file (failed).png - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Rerendering.cy.jsx (6 of 9) - - - re-render - ✓ maintains component state across re-renders - - - 1 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 1 │ - │ Passing: 1 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Rerendering.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: Unmount.cy.jsx (7 of 9) - - - Comp with componentWillUnmount - ✓ calls the prop - - mount cleanup - ✓ mount 1 - ✓ mount 2 - - - 3 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 3 │ - │ Passing: 3 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: Unmount.cy.jsx │ - └────────────────────────────────────────────────────────────────────────────────────────────────┘ - - -──────────────────────────────────────────────────────────────────────────────────────────────────── - - Running: mount.cy.jsx (8 of 9) - - - mount - ✓ does not error when rendering primitives - teardown - ✓ should mount - ✓ should remove previous mounted component - - - 3 passing - - - (Results) - - ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ - │ Tests: 3 │ - │ Passing: 3 │ - │ Failing: 0 │ - │ Pending: 0 │ - │ Skipped: 0 │ - │ Screenshots: 0 │ - │ Video: false │ - │ Duration: X seconds │ - │ Spec Ran: mount.cy.jsx │ + │ Specs: 1 found (port.cy.jsx) │ + │ Searched: src/port.cy.jsx │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ @@ -1191,7 +454,7 @@ https://on.cypress.io/uncaught-exception-from-application ` -exports['@cypress/vite-dev-server react executes all of the tests for vite5.4.10-react 1'] = ` +exports['@cypress/vite-dev-server react executes all of the specs for vite5.4.10-react 1'] = ` ==================================================================================================== @@ -1594,7 +857,7 @@ https://on.cypress.io/uncaught-exception-from-application ` -exports['@cypress/vite-dev-server / react / executes all of the tests for vite5.4.10-react when port is statically configured'] = ` +exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite5.4.10-react when port is statically configured'] = ` ==================================================================================================== @@ -1647,7 +910,7 @@ exports['@cypress/vite-dev-server / react / executes all of the tests for vite5. ` -exports['@cypress/vite-dev-server react executes all of the tests for vite6.0.0-react 1'] = ` +exports['@cypress/vite-dev-server react executes all of the specs for vite6.0.0-react 1'] = ` ==================================================================================================== @@ -2050,7 +1313,7 @@ https://on.cypress.io/uncaught-exception-from-application ` -exports['@cypress/vite-dev-server / react / executes all of the tests for vite6.0.0-react when port is statically configured'] = ` +exports['@cypress/vite-dev-server / react / executes the port.cy.jsx spec for vite6.0.0-react when port is statically configured'] = ` ==================================================================================================== diff --git a/system-tests/projects/screen-size/cypress/e2e/default_size.cy.js b/system-tests/projects/screen-size/cypress/e2e/default_size.cy.js index c3f0a6db0f34..3b6d0130b168 100644 --- a/system-tests/projects/screen-size/cypress/e2e/default_size.cy.js +++ b/system-tests/projects/screen-size/cypress/e2e/default_size.cy.js @@ -11,7 +11,7 @@ describe('windowSize', () => { innerHeight: top.window.innerHeight, }).deep.eq({ innerWidth: 1280, - innerHeight: 581, // chrome 128 decreased the size here from 633 to 581 + innerHeight: 633, // chrome 119 increased the size here from 599 to 633 }) } else { expect({ diff --git a/system-tests/test/vite_dev_server_fresh_spec.ts b/system-tests/test/vite_dev_server_fresh_spec.ts index e2c100e5ad60..9d07f09877a6 100644 --- a/system-tests/test/vite_dev_server_fresh_spec.ts +++ b/system-tests/test/vite_dev_server_fresh_spec.ts @@ -11,7 +11,7 @@ describe('@cypress/vite-dev-server', function () { describe('react', () => { for (const project of VITE_REACT) { - it(`executes all of the tests for ${project}`, function () { + it(`executes all of the specs for ${project}`, function () { return systemTests.exec(this, { project, configFile: 'cypress-vite.config.ts', @@ -22,7 +22,7 @@ describe('@cypress/vite-dev-server', function () { }) }) - systemTests.it(`executes all of the tests for ${project} when port is statically configured`, { + systemTests.it(`executes the port.cy.jsx spec for ${project} when port is statically configured`, { project, configFile: 'cypress-vite-port.config.ts', spec: 'src/port.cy.jsx',