Investigate e2e with supertest (or equivalent) #14
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
Currently the e2e run as two containers, the API and the tests-runner. The API is the release Docker image (no dev-dependencies). While it's good to test the actual release Docker image, in the long run it can take a long time to bootstrap and execute. Using supertest (or equivalent) might help to speed up the tests.
Of course for the moment, the time taken to run the e2e tests isn't an issue (yet).
The solution might be to have both
The text was updated successfully, but these errors were encountered: