dogu-team / gamium

Multiple game engine sdk for scripting the behavior of game users
https://dogu-team.github.io/gamium/
MIT License
94 stars 6 forks source link

[Device] Is it possible to automate testing of multiple devices at once? #12

Closed hosan07 closed 6 months ago

hosan07 commented 10 months ago

I am planning to use Gamium to automate app testing on Android and iOS devices in Unity. Is it possible to automate testing of multiple devices at once?

yowpark commented 6 months ago

Hello. Thank you for your inquiry. Currently, if you run one gamium script, the test will be conducted on one device. In order to automate testing on multiple devices, I think you need to write a script so that you can run multiple gamium scripts (python, typescript) on multiple devices and link it to the CI/CD system.