Hello, Guys, is there any ways to limit amount of running simulators at the one time of machine on appium server level? I can set the amount of threads at the TestNg level, but it works every for one project.
I have two test automation ios projects and sometimes it runs at the same time on the one machine, it causes conflicts because ios tests don’t have an orchestration system (queue)
- project1 runs test-automation in 4 thread
- project 2 runs automation in 4 thread
-> there are 8 simulators, it uses a lot of resources, and currently mac mini works very slow in this case.