You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to do appium parallel run in serenity. Ideally trying to run -> story 1 on device 1 and story 2 on device 2 ..!
Since the driver capabilities are managed from serenity.property/serenity.conf , how can I pass diff capabilities for diff stories (uuid, platform version etc) as that we would need to differentiate between the devices for mobile parallel tests?
For now, we're using Jbehave embedderControl to start multiple threads from Runner file which extends SerenityStories class-
Hi,
We're trying to do appium parallel run in serenity. Ideally trying to run -> story 1 on device 1 and story 2 on device 2 ..!
Since the driver capabilities are managed from serenity.property/serenity.conf , how can I pass diff capabilities for diff stories (uuid, platform version etc) as that we would need to differentiate between the devices for mobile parallel tests?
For now, we're using Jbehave embedderControl to start multiple threads from Runner file which extends SerenityStories class-
EmbedderControls embedderControls = configuredEmbedder()
.embedderControls();
embedderControls.useStoryTimeouts("5000");
embedderControls.useThreads(3);
The text was updated successfully, but these errors were encountered: