NativeScript / nativescript-dev-appium

A package to help with writing and executing e2e Appium tests in NativeScript apps
Apache License 2.0
70 stars 27 forks source link

Is Parallel execution supported in Nativescript dev Appium? #239

Closed swathiRajaPrasanth closed 5 years ago

swathiRajaPrasanth commented 5 years ago

Is your feature request related to a problem? Please describe.

**Describe the solution you'd like**

Describe alternatives you've considered

Additional context

SvetoslavTsenov commented 5 years ago

Hey @swathiRajaPrasanth, could you please explain more specific your vision of parallel execution. I really need a real case scenario so that I can be more specific if the plugin support this scenario or not.

klaask commented 4 years ago

Parallel test execution on two android devices connected to the same build server works on our side. We had to use the environment variable "APPIUM_PORT" for different appium ports. In appium.capabilities.json "port" seems to be ignored.