Miquel Àngel R. C.

Results 7 comments of Miquel Àngel R. C.

Here's how you do it as per 4/06/2020 ```kotlin @RunWith(ParameterizedRobolectricTestRunner::class) @Config(sdk = [Build.VERSION_CODES.O_MR1] ) class CypherUnitTest( val param1: Double, val param2: Double, val param3: Double, val param4: String, val param5...

@peterkracik could you share which approach you took?

@peterkracik We are about to follow the same path…

Facing same issue. Is this the only way of doing this? I can use the gradle plugin to distribute the app but I would've expected this workflow to work too

After toying around with it I've found that there is a way to not install "ssh2" dependency which ends up installing `cpu-features` [as per this issue in testcontainers](https://github.com/testcontainers/testcontainers-node/discussions/287) The trick...

After [digging into the discord for more information I've found an approach that works](https://discord.com/channels/1044804142461362206/1187220358735089714) (see last comment) although I would argue this is still a bug or the documentation doesn't...