zalando / SwiftMonkey

A framework for doing randomised UI testing of iOS apps
MIT License
1.95k stars 174 forks source link

in xcode8, run monkeytest in real device #37

Closed monkeytest15 closed 7 years ago

monkeytest15 commented 7 years ago

I am the SwiftMonkey tool user, this tool is amazing~I like it very much

But I want to run monkeytest in real device by xcode8, there is some solution for it?

wojciechczerski commented 7 years ago

Hi @monkeytest15! It's great to hear that you like the tool :) I am also happy to inform you that testing on a real device should be already possible! Just grab the latest changes from master and you should be all set.

If you are using CocoaPods to integrate the library just type in your Podfile:

pod 'SwiftMonkey', :git => 'https://github.com/zalando/SwiftMonkey.git'

The latest master version of SwiftMonkey is not yet released to CocoaPods repository. We should do this soon and then you won't need to explicitly specify the repository URL.

lasomethingsomething commented 7 years ago

@wojciechczerski @monkeytest15 WDYT about adding a line to the README to make this clearer?

wojciechczerski commented 7 years ago

@LappleApple I think the goal should be to always have the latest changes released and pushed to the CocoaPods repository. Referencing a library by it's GitHub URL is not cool...

Let's try to summon @DagAgren here and ask him to make a release from the current master.

DagAgren commented 7 years ago

I should probably just add you to the cocoapod so you can do releases too. Do you have or can you register a cocoapod account, and give me the email and I'll add you as maintainer?

wojciechczerski commented 7 years ago

Perhaps I should have posted this comment a bit earlier... but there is a new release 1.0.2! 😄