ci: Make end-to-end testing independent of development environments (no-changelog) (#4709)

* use user-folder override consistently everywhere, including for the `.cache` folder

* use consistent config for e2e tesing, skipping config loading from env and config files

* simplify all the cypress commands, and run all e2e tests on master
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-11-24 12:49:01 +01:00
committed by GitHub
parent b18ae18a6b
commit 500775de69
6 changed files with 57 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Test E2E
run: |
pnpm cypress:install
pnpm test:e2e:ci:smoke
pnpm test:e2e:all
- name: Lint
env: