danielpaulus / go-ios

This is an operating system independent implementation of iOS device features. You can run UI tests, launch or kill apps, install apps etc. with it.
MIT License
964 stars 184 forks source link

Put XCTest parameters into a config struct #507

Closed dmissmann closed 2 weeks ago

dmissmann commented 4 weeks ago

This is a follow up of https://github.com/danielpaulus/go-ios/pull/506 I noticed there that we already quite a few arguments that we pass around in the XCTest methods. To clean that up I put them into a struct. (also, with https://github.com/danielpaulus/go-ios/pull/464 support for unit tests was added and the functions were still called XCUITest)

danielpaulus commented 2 weeks ago

@dmissmann can you resolve the conflicts?