Closed DianPermana closed 1 year ago
Hi All,
I just want to run parallel testing in existing my code (2 mobile android, with different OS). let's say :
A). devices = ANDROID10, emulator-5554, version = 10.0 B). devices = ANDROID12, emulator-5555, version = 12.0
which part my statement is wrong
here all detail image configuration after I run my testing :
A). Scenario outline
B). Pytest Fixture and addoptions
@@addoption
fixture
or via pytest.ini
C). run scenario
D). Error
Can anyone help me, thanks a lot in advance
Hi, this is not related to pytest_bdd. It seems you need to find a way to solve the error with Appium. Closing this.
Hi All,
I just want to run parallel testing in existing my code (2 mobile android, with different OS). let's say :
A). devices = ANDROID10, emulator-5554, version = 10.0 B). devices = ANDROID12, emulator-5555, version = 12.0
which part my statement is wrong
here all detail image configuration after I run my testing :
A). Scenario outline
B). Pytest Fixture and addoptions
@@addoption
fixture
or via pytest.ini
C). run scenario
D). Error
Can anyone help me, thanks a lot in advance