dataverse-frontend
dataverse-frontend copied to clipboard
Optimize local environment for e2e testing
Depending on the machine resources, some e2e tests are failing in a local development environment, even though they are passing in Github actions.
To address this, we need to investigate some aspects of the environment that may be optimized:
- docker container sizes
- timeouts for e2e tests
- docker platform configuration
This issue is related to the QA discussion in this PR: https://github.com/IQSS/dataverse-frontend/pull/360#issuecomment-2034439860