【问题标题】:Running a single test suite multiple times in parallel with Serenity与 Serenity 并行运行一个测试套件多次
【发布时间】:2018-08-09 18:27:07
【问题描述】:

我有一个用 Java/Appium 编写的测试套件(即功能)。我想在几种不同的设备(iPhone、Android 手机等)上运行这个测试套件。我也想并行执行此操作 - 即,我想将相同的测试套件与多个单独的线程一起运行。

如何将 Serenity 与 Junit、Cucumber 或 JBehave 结合使用?我找到了很多关于 Cucumber 如何允许多个功能并行运行的信息(herehere),但问题是,我想并行运行一个功能多次。

【问题讨论】:

    标签: testing junit cucumber jbehave serenity-bdd


    【解决方案1】:

    为什么不在构建服务器上的单独作业中运行它们并将设备作为参数传递?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-28
      • 2016-07-20
      • 1970-01-01
      • 1970-01-01
      • 2020-05-30
      相关资源
      最近更新 更多