Re: How to group and sort tests and run in parallel without Parallel Test Executor Plugin

2017-08-15 Thread Viacheslav Dubrovskyi
Hi 15.08.2017 03:11, Michael Pailloncy пишет: Hi, thanks for the full explanation of your use case :-) How do you keep the Groovy file containing your previous builds result ? inside an agent's workspace ? No, as artifact: def stat_file = "suite_statics.groovy" for (t2 in behatList) {

Re: How to group and sort tests and run in parallel without Parallel Test Executor Plugin

2017-08-14 Thread Michael Pailloncy
Hi, thanks for the full explanation of your use case :-) How do you keep the Groovy file containing your previous builds result ? inside an agent's workspace ? 2017-08-09 14:52 GMT+02:00 Viacheslav Dubrovskyi : > Hi Michael, > > We have list of tests which I would like run in

Re: How to group and sort tests and run in parallel without Parallel Test Executor Plugin

2017-08-09 Thread Viacheslav Dubrovskyi
Hi Michael, We have list of tests which I would like run in parallel. The Parallel Test Executor Plugin doesn't work in our case, because we don't use junit and the list of tests (behatList) is result of script work. I can't run all tests on one node because it will take about 16 hours. So