You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently test components (messaging handlers and validators) are implemented within the source code of the testbed itself. This means that adding new components requires a new build and deployment of the testbed as a whole. Test components should ideally be packaged as plugins that can be implemented and deployed in isolation, and be usable by the testbed without restarts.
The text was updated successfully, but these errors were encountered:
Currently test components (messaging handlers and validators) are implemented within the source code of the testbed itself. This means that adding new components requires a new build and deployment of the testbed as a whole. Test components should ideally be packaged as plugins that can be implemented and deployed in isolation, and be usable by the testbed without restarts.
The text was updated successfully, but these errors were encountered: