Open tmandry opened 1 month ago
You can specify a custom Cargo.toml instead of reusing the one from your project. We rebuild it from scratch anyway.
I'm not sure how to get the dev dependencies, and it would clash with cross testing anyway
Yeah, I did end up specifying a Cargo.toml, it's just awkward because you have to make a stub lib.rs.
I was hoping there would be an easy way of doing this. Feel free to close if not planned.
I want to be able to specify dependencies in the ui test .rs file, as the separate Cargo.toml was always a hack out of laziness
Currently they only have access to regular dependencies.