jeudi 9 août 2018

Running a single test suite multiple times in parallel with Serenity

I have a single test suite (i.e. feature) written with Java/Appium. I want to run this test suite on several different devices (iPhone, Android phones, etc.). I want to do this in parallel as well - i.e. I want to run the same test suite as several separate threads.

How can I do this using Serenity with either Junit, Cucumber, or JBehave? I have found lots of info on how Cucumber allows multiple features to be run in parallel (here and here), but the problem is, I want to run one single feature multiple times in parallel.

Aucun commentaire:

Enregistrer un commentaire