1*7e7863daSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*7e7863daSAndroid Build Coastguard Worker<!-- Copyright (C) 2024 The Android Open Source Project 3*7e7863daSAndroid Build Coastguard Worker 4*7e7863daSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*7e7863daSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*7e7863daSAndroid Build Coastguard Worker You may obtain a copy of the License at 7*7e7863daSAndroid Build Coastguard Worker 8*7e7863daSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*7e7863daSAndroid Build Coastguard Worker 10*7e7863daSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*7e7863daSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*7e7863daSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*7e7863daSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*7e7863daSAndroid Build Coastguard Worker limitations under the License. 15*7e7863daSAndroid Build Coastguard Worker--> 16*7e7863daSAndroid Build Coastguard Worker<configuration description="Runs App Test Cases."> 17*7e7863daSAndroid Build Coastguard Worker <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> 18*7e7863daSAndroid Build Coastguard Worker <option name="cleanup-apks" value="true" /> 19*7e7863daSAndroid Build Coastguard Worker <option name="test-file-name" value="jetpack-camera-app.apk" /> 20*7e7863daSAndroid Build Coastguard Worker <option name="test-file-name" value="jetpack-camera-app-tests.apk" /> 21*7e7863daSAndroid Build Coastguard Worker </target_preparer> 22*7e7863daSAndroid Build Coastguard Worker 23*7e7863daSAndroid Build Coastguard Worker <option name="test-tag" value="jetpack-camera-app-tests" /> 24*7e7863daSAndroid Build Coastguard Worker <test class="com.android.tradefed.testtype.AndroidJUnitTest" > 25*7e7863daSAndroid Build Coastguard Worker <option name="package" value="com.google.jetpackcamera.apptests" /> 26*7e7863daSAndroid Build Coastguard Worker <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" /> 27*7e7863daSAndroid Build Coastguard Worker </test> 28*7e7863daSAndroid Build Coastguard Worker</configuration> 29