finos / FDC3-conformance-framework

A framework for testing whether desktop containers implement the FDC3 standard
Apache License 2.0
14 stars 15 forks source link

Abstract Out Test Communication #168

Closed robmoffat closed 1 year ago

robmoffat commented 1 year ago

The main test app and the mocks currently communicate via FDC3. We should abstract this so that we can change the underlying communication mechanism.

It would be nice to create an abstraction so that we can vary this. The main advantage would be that there is less FDC3 stuff happening, which makes debugging the tests easier and figuring out exactly what went wrong when they fail

robmoffat commented 1 year ago

pretty much done