Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question - Appium parallel run with Serenity #259

Open
Abhishek-Sharma21 opened this issue May 19, 2022 · 1 comment
Open

Question - Appium parallel run with Serenity #259

Abhishek-Sharma21 opened this issue May 19, 2022 · 1 comment

Comments

@Abhishek-Sharma21
Copy link

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);

@Abhishek-Sharma21
Copy link
Author

any thoughts ? @wakaleo

@Abhishek-Sharma21 Abhishek-Sharma21 changed the title Appium parallel run with Serenity Question - Appium parallel run with Serenity Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant