2118dff694
- 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>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.testfairy.TestFairyAndroidRecorder plugin="TestFairy">
|
|
<apiKey>apikey</apiKey>
|
|
<appFile>/tmp/appfile.apk</appFile>
|
|
<testersGroups/>
|
|
<notifyTesters>false</notifyTesters>
|
|
<autoUpdate>false</autoUpdate>
|
|
<maxDuration>300m</maxDuration>
|
|
<recordOnBackground>false</recordOnBackground>
|
|
<dataOnlyWifi>false</dataOnlyWifi>
|
|
<isVideoEnabled>true</isVideoEnabled>
|
|
<screenshotInterval>2</screenshotInterval>
|
|
<videoQuality>low</videoQuality>
|
|
<cpu>false</cpu>
|
|
<memory>false</memory>
|
|
<logs>false</logs>
|
|
<network>true</network>
|
|
<phoneSignal>true</phoneSignal>
|
|
<wifi>true</wifi>
|
|
<gps>true</gps>
|
|
<battery>true</battery>
|
|
<openGl>true</openGl>
|
|
<advancedOptions/>
|
|
<mappingFile/>
|
|
<keystorePath>/tmp/keystorefile</keystorePath>
|
|
<storepass>android</storepass>
|
|
<alias>androiddebugkey</alias>
|
|
<keypass/>
|
|
</org.jenkinsci.plugins.testfairy.TestFairyAndroidRecorder>
|
|
</publishers>
|
|
</project>
|