不使用过时的cucumber-jvm-parallel-plugin,是否可以使用一个运行器类并行运行测试?
创始人
2024-12-28 19:30:07
0

是的,可以使用一个运行器类来并行运行测试,而不使用过时的cucumber-jvm-parallel-plugin。以下是一个示例解决方法:

  1. 创建一个运行器类,例如ParallelRunner.java:
import org.junit.runner.Description;
import org.junit.runner.Runner;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.ParentRunner;
import org.junit.runners.model.InitializationError;

import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;

public class ParallelRunner extends ParentRunner {
    private final List runners;

    public ParallelRunner(Class testClass) throws InitializationError {
        super(testClass);
        this.runners = new ArrayList<>();

        int threadCount = 5; // 设置并行线程数

        ExecutorService executorService = Executors.newFixedThreadPool(threadCount);
        CompletionService completionService = new ExecutorCompletionService<>(executorService);

        try {
            for (int i = 0; i < threadCount; i++) {
                completionService.submit(() -> {
                    Runner runner = new YourTestRunner(testClass); // 将YourTestRunner替换为你自己的TestRunner
                    return runner;
                });
            }

            for (int i = 0; i < threadCount; i++) {
                Future future = completionService.take();
                Runner runner = future.get();
                runners.add(runner);
            }
        } catch (InterruptedException | ExecutionException e) {
            throw new InitializationError(e);
        } finally {
            executorService.shutdownNow();
        }
    }

    @Override
    protected List getChildren() {
        return runners;
    }

    @Override
    protected Description describeChild(Runner child) {
        return child.getDescription();
    }

    @Override
    protected void runChild(Runner child, RunNotifier notifier) {
        child.run(notifier);
    }
}
  1. 创建你的测试类,并在测试类上使用ParallelRunner运行器类。例如,创建一个名为YourTest.java的测试类:
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(ParallelRunner.class)
public class YourTest {
    @Test
    public void test1() {
        // 测试1的代码
    }

    @Test
    public void test2() {
        // 测试2的代码
    }

    // 添加其他测试方法
}

通过在测试类上使用ParallelRunner运行器类,你可以并行地运行多个测试方法。请根据你的需求设置并行线程数(在ParallelRunner.java的threadCount变量中)。

注意:你需要将YourTestRunner替换为你自己的TestRunner类,以便实际运行你的测试方法。

相关内容

热门资讯

透视讲解!wepoker好友助... 透视讲解!wepoker好友助力码,wepoker底牌透视(都是是真的有挂)1、每一步都需要思考,不...
透视ai代打!wepoker养... 透视ai代打!wepoker养号规律,wepoker有没有挂(果然是真的有挂)1、wepoker有没...
透视科技!wepoker辅助器... 透视科技!wepoker辅助器软件下载,wepoker游戏安装教程(一贯是真的有挂)1、下载好wep...
透视能赢!wepoker透视有... 透视能赢!wepoker透视有没有,wepoker俱乐部辅助器(果然有挂);1)wepoker俱乐部...
透视攻略!wepoker怎么下... 透视攻略!wepoker怎么下载游戏,wepoker怎么破解游戏(本来真的有挂)wepoker怎么破...
透视透视!wepoker轻量版... 透视透视!wepoker轻量版书签,wepoker有透视吗(原来是真的有挂)1、进入游戏-大厅左侧-...
透视中牌率!wepoker免费... 透视中牌率!wepoker免费脚本咨询,wepoker怎么提高运气(一直真的有挂)1、每一步都需要思...
透视辅助!wepoker可以免... 透视辅助!wepoker可以免费玩吗,wepokerplus作弊(一直存在有挂);1)wepoker...
透视最新!wepoker辅助真... 透视最新!wepoker辅助真的假的,wepoker黑侠辅助器(都是真的是有挂)1、打开软件启动之后...
透视了解!wepokerplu... 透视了解!wepokerplus到底是挂了吗,wepoker私人局俱乐部辅助(都是是真的有挂)1、w...