serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

How can i configure cucumber parallel execution witn apppium and serenity? #168

Open apulido15 opened 5 years ago

apulido15 commented 5 years ago

I am trying to execute cucumber and appium and serenity parallely but i could not to do it, do you know how to do it?

wakaleo commented 5 years ago

See https://johnfergusonsmart.com/running-parallel-tests-serenity-bdd-cucumber/

apulido15 commented 5 years ago

Thanks for the info, but... I understand the configuration of these plugins, but I do not understand how it would manage the ips and ports of the appium server where the appium client driver will connect

Joekannan commented 4 years ago

@apulido15 - May I please know have you achieved parallel execution using cucumber(junit)+appium+serenity combination. If yes, could you please help me to implement this.

wakaleo commented 4 years ago

It is best to ask this question on the Rocket Chat community - some people there have worked with parallel testing with Appium.

qaschevychelov commented 4 years ago

@Joekannan , i managed to configure parallel execution with Appium + Serenity BDD + cucumber parallel jvm plugin + Selenium Grid. It's tricky approach and it works good. You can attach as many devices as your host machine can handle. Can we contact somehow? (skype or something else) I'll show you my approach. It's too long to describe here the whole approach

Joekannan commented 4 years ago

@qaschevychelov - Thank you for your reply. I am in time zone of GMT+13. Please let me know when it is possible to connect with you.

adityabhargav commented 3 years ago

Hi @qaschevychelov , I'm planning for building parallel tests with grid services with SERENITY CUCUMBER BDD (Appium android + selenium combined).

So. is there any documentation regarding it or Kindly plz assist on this.,

Mail Address: adi369aditya@gmail.com

qaschevychelov commented 3 years ago

Hi @adityabhargav What test runner are you going to use? TestNG or JUnit?

adityabhargav commented 3 years ago

Hi @adityabhargav What test runner are you going to use? TestNG or JUnit?

Hi @qaschevychelov .,

im using Serenity Test runner

ex:- @RunWith(CucumberWithSerenity.class)

qaschevychelov commented 3 years ago

Try this https://cucumber.io/docs/guides/parallel-execution/ And https://appiumpro.com/editions/28-running-multiple-appium-tests-in-parallel And https://appiumpro.com/editions/54-using-appium-with-selenium-grid