Closed Joekannan closed 2 years ago
I want it to work in parallel at the same time. Doesn't it work at the same time ? @Joekannan @wakaleo
You should ask this question on https://gitter.im/serenity-bdd/serenity-core, there are a lot of active Appium users there.
I want it to work in parallel at the same time. Doesn't it work at the same time ? @Joekannan @wakaleo
Unfortunately, I couldn't achieve parallelism in Serenity for Mobile app. I have been advised to use Selenium Grid using jvm plugin by @ihostage . Still I am trying my best to achieve this.
Hello All,
I am trying to achieve parallel automation in serenity framework for my native mobile app. My tests are running sequentially in alternate devices rather than running in parallel.It looks weird and am not sure what is wrong in my set up.. Appreciating your timely help.
I have attached my test log here.
Below is my serenity properties:
serenity.project.name = "Mobile App" webdriver.driver=appium manage.appium.servers = true webdriver.timeouts.implicitlywait = 10000 appium.automationName=uiautomator2 appium.platformName = Android appium.deviceNames = 0516055xxxxxxxx102,ad0xxxxxxxxxxx8ea20f appium.app = .//mob-qa-twlapp//Serenity_Framework//src//test//resources//APK//test.apk appium.appActivity = nz.co.xxxxxxxxxxxxxxxxx appium.appPackage = nz.co.xxxxxxxxxxxxxxxxxxxxxxxx appium.newCommandTimeout = 500 appium.allowTestPackages = true appium.chromedriverExecutable = .//Working_Repo//Serenity_Framework//src//test//resources//BrowserDrivers//chromedriver_2.43.exe appium.autoAcceptAlerts = true appium.fullReset=true serenity.batch.count=2 serenity.batch.number=2
My POM.XML:
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">