ScottLogic / FDC3

An open standard for the financial desktop.
https://fdc3.finos.org
Apache License 2.0
0 stars 0 forks source link

Make tests available to CLI and UI/FDC3 app #6

Open dbutt-scottlogic opened 2 years ago

dbutt-scottlogic commented 2 years ago

The tests will be used in both an interactive desktop agent context and an automated CI context. Currently mocha is loaded with the app and tests run automatically, with results presented in HTML. If we can package this process up in a way that can be called from either context, it will provide us with more flexibility. It will also allow vendors to incorporate the tests into their CI processes.

dbutt-scottlogic commented 2 years ago

This has been merged into the react development branch "conformance-app" which is now the de facto branch for the eventual second PR.