Commit 0edabb5
feat!: bump node to v24 and setup playwright (#1116)
* chore: update .gitignore to include Playwright and test report directories
* feat: add end-to-end testing support with Playwright
* feat(e2e): add Playwright configuration and login tests
* feat(e2e): update Node.js version requirement and add E2E workflow
* deps: update yarn.lock
* deps(scripts): update @types/node to version 24.7.2 in package.json and yarn.lock
* chore(github): update Node.js version to 24 in CI workflows
* chore(github): rename test files for clarify
* chore(web): fix webpack URL message
* chore: update playwright and e2e vars
* deps(web): update html-webpack-plugin to version 5.6.4 in package.json and yarn.lock
* fix(web): improve error message for missing GOOGLE_CLIENT_ID in webpack config
* Potential fix for code scanning alert no. 42: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix(scripts): update clientId variable
* fix(e2e): simplify e2e test to check for login redirect
* fix(e2e): mock /auth/google response
* fix(e2e): mock auth apis
* fix(e2e): enhance login redirect tests with detailed logging and debugging
* fix(e2e): enhance Playwright config for CI with timeouts and retries
* chore: revert debugging and simplify test
* test(e2e): simplify test
* chore: reduce timeout
* Update e2e/render.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/web/webpack.config.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 06b465f commit 0edabb5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments