You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running npm run test-e2e to execute e2e tests for cht-conf, it throws an error(in 2nd screenshot). I think the docker containers cannot be created using the docker-helper script. (in 1st screenshot). Also, the tests are failing in the CI.
To Reproduce
Steps to reproduce the behavior:
Run npm run e2e from the root of the repo
The command will timeout after a while
Logs
If applicable, include the cht-conf output, server logs, and/or browser logs.
Describe the bug
When running
npm run test-e2e
to execute e2e tests forcht-conf
, it throws an error(in 2nd screenshot). I think the docker containers cannot be created using thedocker-helper
script. (in 1st screenshot). Also, the tests are failing in the CI.To Reproduce
Steps to reproduce the behavior:
npm run e2e
from the root of the repoLogs
If applicable, include the cht-conf output, server logs, and/or browser logs.
Screenshots
CI Run: https://github.com/medic/cht-conf/actions/runs/11231400566/job/31221981289
Environment
Additional context
My shell is zsh but I've tried it in bash and it didn't work there either.
The text was updated successfully, but these errors were encountered: