feat(frontend): Redirect user to app after a project upload or repo selection (and add e2e tests) (#4751)

This commit is contained in:
sp.wack
2024-11-05 17:12:58 +02:00
committed by GitHub
parent eeb2342509
commit 6eafe0d2a8
14 changed files with 253 additions and 8 deletions

5
frontend/.gitignore vendored
View File

@@ -2,3 +2,8 @@
public/locales/**/*
src/i18n/declaration.ts
.env
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/