fix: resolve all Dependabot security vulnerabilities and update Node.js to 22.x LTS - #64
Merged
charlyautomatiza merged 2 commits intoAug 15, 2026
GitHub Actions / JUnit Test Report
failed
Jul 29, 2026 in 0s
31 tests run, 0 passed, 30 skipped, 1 failed.
Annotations
Check failure on line 29 in ts
github-actions / JUnit Test Report
ts.verify that the server is active
Test timeout of 30000ms exceeded.
Raw output
[setup] › global.setup.ts:21:1 › verify that the server is active ────────────────────────────────
Test timeout of 30000ms exceeded.
Error: apiRequestContext.get: Request context disposed.
Call log:
- → GET https://task-mgmt-charlyautomatiza.onrender.com/
- user-agent: Playwright/1.61.1 (x64; ubuntu 24.04) node/22.23 CI/1
- accept: application/json
- accept-encoding: gzip,deflate,br
27 |
28 | while (Date.now() - startTime < timeout) {
> 29 | response = await apiContext.get('/'); // Change the route if necessary
| ^
30 | if (response.ok()) {
31 | const responseBody = await response.text(); // Get the response body
32 | expect(response.status()).toBe(200); // Validate that the status is 200
at /home/runner/work/starter-playwright/starter-playwright/tests/global.setup.ts:29:33
Error Context: ../test-results/global.setup.ts-verify-that-the-server-is-active-setup/error-context.md
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
Error: apiRequestContext.get: Request context disposed.
Call log:
- → GET https://task-mgmt-charlyautomatiza.onrender.com/
- user-agent: Playwright/1.61.1 (x64; ubuntu 24.04) node/22.23 CI/1
- accept: application/json
- accept-encoding: gzip,deflate,br
27 |
28 | while (Date.now() - startTime < timeout) {
> 29 | response = await apiContext.get('/'); // Change the route if necessary
| ^
30 | if (response.ok()) {
31 | const responseBody = await response.text(); // Get the response body
32 | expect(response.status()).toBe(200); // Validate that the status is 200
at /home/runner/work/starter-playwright/starter-playwright/tests/global.setup.ts:29:33
Error Context: ../test-results/global.setup.ts-verify-that-the-server-is-active-setup-retry1/error-context.md
attachment #2: trace (application/zip) ─────────────────────────────────────────────────────────
../test-results/global.setup.ts-verify-that-the-server-is-active-setup-retry1/trace.zip
Usage:
npx playwright show-trace ../test-results/global.setup.ts-verify-that-the-server-is-active-setup-retry1/trace.zip
────────────────────────────────────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
Error: apiRequestContext.get: Request context disposed.
Call log:
- → GET https://task-mgmt-charlyautomatiza.onrender.com/
- user-agent: Playwright/1.61.1 (x64; ubuntu 24.04) node/22.23 CI/1
- accept: application/json
- accept-encoding: gzip,deflate,br
27 |
28 | while (Date.now() - startTime < timeout) {
> 29 | response = await apiContext.get('/'); // Change the route if necessary
| ^
30 | if (response.ok()) {
31 | const responseBody = await response.text(); // Get the response body
32 | expect(response.status()).toBe(200); // Validate that the status is 200
at /home/runner/work/starter-playwright/starter-playwright/tests/global.setup.ts:29:33
Error Context: ../test-results/global.setup.ts-verify-that-the-server-is-active-setup-retry2/error-context.md
Loading