关于并行测试的问题,需要Cucumber、Selendroid、Spoon的资料

Questions about parallel testing, need information about Cucumber, Selendroid, and Spoon

我需要为我的测试实现并行测试功能,我找到了这三个; Spoon、Cucumber(平行黄瓜)和 Selendroid(Selenium 网格)。但是我搜索了一些关于它们的信息,但我在任何地方都找不到...

Spoon:在 Webview 中运行?

Cucumber:它可以与 UIAutomator 和 Espresso 一起使用吗?

Selendroid:也可以 运行 使用 UIAutomator 和 Espresso 吗?

我不熟悉 UIAutomator 和 Espresso,但我熟悉 Cucumber。

您在 Cucumber 中实施的步骤是常规 Java 方法。如果您可以通过常规 Java 方法使用 UIAutomator 或 Espresso,那么可以。您可以将 UIAutomator 和 Espresso 与 Cucumber-JVM 一起使用。