0 votes
in Appium by
While using Appium can I run my tests in a multithreaded environment?

1 Answer

0 votes
by

Yes, you can run the test in a multithreaded environment but you have to ensure that no more than one test runs at the same time against the same Appium server.

...