At the current time ui tests are performed using trybuild but unfortunately this scenario requires dev-dependencies features that inflate the workspace and even creates conflicts with some examples.
Move all tests to wtx-instances/bin/ui/
Configure ui_test in wtx-instances/bin/ui.rs injecting all necessary dependencies
At the current time ui tests are performed using
trybuild
but unfortunately this scenario requiresdev-dependencies
features that inflate the workspace and even creates conflicts with some examples.wtx-instances/bin/ui/
ui_test
inwtx-instances/bin/ui.rs
injecting all necessary dependenciesui_test
syntax