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
Ok so I had time to do some tests, and in fact is doesn't work, looks like nextest doesn't like dinghy's runner (even though it properly tries to call it)
I'll need to investigate a bit more to determine if we don't have conflicting requirements around that
I'm trying to execute my tests on multiple Android devices, and I need some machine-readable output format to integrate with the CI. It's hard to figure out where it fails when there're tens of devices and hundreds of test cases.
I'd like to run my tests with
cargo-nextest
on Android and iOS.So I think it would be nice to have
cargo-nextest
together withdinghy
, is it currently supported?The text was updated successfully, but these errors were encountered: