Closed TCMeldrum closed 3 weeks ago
Sprint planning notes:
@TCMeldrum Is your team working on this?
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.
@simonfernandes we're just going through our issues - are you planning on picking this one up?
@joshhdawes Might be one for us to decide on in the cross team meeting. We likely won't be able to work on this until after the Xpress deadline passes considering it's a nice to have improvement.
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 modefba-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.