jenkins-job-builder/tests/publishers/fixtures/test-fairy-ios002.xml
Kien Ha 2118dff694 Update TestFairy plugin
- Update documentation
- Add valid options to max-duration, screenshot-interval, and
  video-quality
- Test max-duration, screenshot-interval, and video-quality options

Change-Id: If010e7bc79e269b766107a5b2e57b9916ca8637d
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-07-11 15:01:32 -04:00

30 lines
973 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.testfairy.TestFairyIosRecorder plugin="TestFairy">
<apiKey>apikey</apiKey>
<appFile>/tmp/appfile.ipa</appFile>
<testersGroups/>
<notifyTesters>false</notifyTesters>
<autoUpdate>false</autoUpdate>
<maxDuration>1440m</maxDuration>
<recordOnBackground>false</recordOnBackground>
<dataOnlyWifi>false</dataOnlyWifi>
<isVideoEnabled>true</isVideoEnabled>
<screenshotInterval>5</screenshotInterval>
<videoQuality>medium</videoQuality>
<cpu>false</cpu>
<memory>false</memory>
<logs>false</logs>
<network>false</network>
<phoneSignal>false</phoneSignal>
<wifi>false</wifi>
<gps>false</gps>
<battery>false</battery>
<openGl>false</openGl>
<advancedOptions/>
<mappingFile/>
</org.jenkinsci.plugins.testfairy.TestFairyIosRecorder>
</publishers>
</project>