Skip to content

Commit 0edabb5

Browse files
tyler-danegithub-advanced-security[bot]Copilot
authored andcommitted
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@types/inquirer": "^9.0.1",
18+
"@types/lodash.uniqby": "^4.7.9",
1819
"@types/node": "^24.7.2",
1920
"@types/shelljs": "^0.8.15",
2021
"ts-node-dev": "^2.0.0",

0 commit comments

Comments
 (0)