Commit Graph

12 Commits

Author SHA1 Message Date
Bill Glesias
079030bb5f feat: support vite v5 (#29518)
* feat: support vite v5 [run ci]

* make sure to use correct path in windows if no cypress public path is provided [run ci]

* update snapshot [run ci]

* update docs on devServerPublicPathRoute for vite-dev-server

* update comments

* refactor resolveConfig test

---------

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2024-05-21 12:49:09 -04:00
Lachlan Miller
0981fcf6ac fix: vite-dev-server windows (#25889)
* chore: update vite in system test

* fix: vite-dev-server on windows

* fix slash

* windows

* try to run windows again

* update

* chore: comment [skip ci]

* update
2023-02-22 12:44:20 +10:00
Paolo Caleffi
d54fa65f58 fix: allow running tests outside Vite project root folder (#25801)
* fix: allow running tests outside Vite project root folder

* update snapshots

* add changelog entry

---------

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2023-02-17 15:02:35 +10:00
Mike Plummer
bf590eba3f feat: CT stack traces (#23916)
Co-authored-by: Zachary Williams <zachjw34@gmail.com>
Co-authored-by: astone123 <adams@cypress.io>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2022-09-26 17:31:46 -05:00
Zachary Williams
dd180c89b2 fix: supportFile path and supportFile false for vite on windows (#21156)
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
2022-04-25 15:58:06 -05:00
Jess
b326693879 chore: cutting over system-tests and Cypress to use the new CT Object API (#21079)
* removing vite-dev-server local dependency from react-vite-ts-configured system test

* moving some CRA examples over to use the object api for setup

* fixing issue where function API was broken by object API for cy config + devservers

* adding deeply nested react import to project-fixtures for cra

* finishes cutting over cypress/react for sys tests

* chore: adding circle for this feature branch

* chore: moving over many vue + vite system tests to use object API instead of function API (#21080)

* doing webpack-dev-server cutovers

* removing more webpack-dev-server refrences

* fixing snapshots

* bumping yarn.lock

* wip

* fix test

* fix assertion

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>

* feat: removing all references for "fresh" dev servers (webpack-dev-server-fresh and vite-dev-server-fresh) (#21094)

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>

* chore: add dev-servers as deps to server to be included in the binary (#21091)

* fix bad merge

* fix next types and webpack-dev-server- resolve

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zachary Williams <ZachJW34@gmail.com>
2022-04-20 15:57:19 +10:00
Jessica Sachs
24038557f4 cleaning up the vite-dev-server. removing virtual modules 2022-03-08 15:34:37 -05:00
Jessica Sachs
6960cc8ee2 updated versions 2022-03-04 04:25:59 -05:00
Jessica Sachs
2bf55dc84d wip 2022-03-03 21:25:52 -05:00
Jessica Sachs
7c715d0673 wip 2022-03-02 16:33:42 -05:00
Tyler Biethman
8a9713fc0d Chore: Merge branch 'develop' of https://github.com/cypress-io/cypress into 10.0-release
# Conflicts:
#	npm/vite-dev-server/src/makeCypressPlugin.ts
#	npm/vite-dev-server/src/resolveServerConfig.ts
#	npm/vue/README.md
#	npm/webpack-dev-server/package.json
#	packages/driver/cypress/integration/commands/actions/type_spec.js
#	packages/driver/src/cy/commands/navigation.ts
2022-02-10 12:11:42 -06:00
Barthélémy Ledoux
adc2fc893f feat: simplify vite server (#15416) 2021-03-31 11:16:31 -05:00