ci: update cypress project id (#1981) [skip ci]

* ci: update cypress project id

* try without cache

* add install command

* install cypress dep manually

* use enable pre-post-scripts instead of manually installing

* revert back to manual install

* move cypress binary install after cache
This commit is contained in:
Ryan Cohen
2025-10-06 14:11:13 -06:00
committed by GitHub
parent 00b2e97f8d
commit 1a503e9fa4
2 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'cypress';
export default defineConfig({
projectId: 'xkm1b4',
projectId: 'onnqy3',
e2e: {
baseUrl: 'http://localhost:5055',
video: true,