UserOfficeProject / issue-tracker

Shared place for features and bugs from all collaborators.
0 stars 0 forks source link

STFC local test set up improvements #1165

Open TCMeldrum opened 2 weeks ago

TCMeldrum commented 2 weeks ago

Since it is possible to merge https://docs.docker.com/compose/multiple-compose-files/merge/ docker compose files we could simplify our tests setups by creating e2e compose files. Then when needing to run the backend in test configuration we can simply run something along the lines of: For e2e mode: fba-compose -f <path to e2e compose file> up -f duo-backend For STFC mode fba-compose -f <path to stfc e2e compose file> up -f duo-backend I think this would simplify running tests, meaning we have to edit the docker compose file less.

simonfernandes commented 1 week ago

Sprint planning notes:

@TCMeldrum Is your team working on this?

TCMeldrum commented 1 week ago

Not yet this was just a quality of life improvement to our local setup, I have some proof of concept examples that I have been using locally. If you guys would like to pick this up I'm happy to send over what I have, else we might pick it up sometime after the reviews features are wrapped up.