fix: explicitly install cypress
This commit is contained in:
parent
6624db1d49
commit
62e227c767
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ steps:
|
|||
commands:
|
||||
- sed -i 's/localhost/api/g' dist/index.html
|
||||
- corepack enable && corepack prepare pnpm@7.9.3 --activate && pnpm config set store-dir .cache/pnpm
|
||||
- pnpm cypress install
|
||||
- pnpm run serve:dist & npx wait-on http://localhost:4173
|
||||
- pnpm run test:frontend --browser chrome --record
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue