mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
Updated config.yml
This commit is contained in:
@@ -62,12 +62,15 @@ jobs:
|
|||||||
# Then start the emulator and run the Instrumentation tests!
|
# Then start the emulator and run the Instrumentation tests!
|
||||||
- android/start-emulator-and-run-tests:
|
- android/start-emulator-and-run-tests:
|
||||||
post-emulator-launch-assemble-command: ./gradlew assemble<< parameters.flavour >>DebugAndroidTest
|
post-emulator-launch-assemble-command: ./gradlew assemble<< parameters.flavour >>DebugAndroidTest
|
||||||
pull-data: true
|
|
||||||
pull-data-path: /storage
|
|
||||||
test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest
|
test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest
|
||||||
system-image: system-images;android-25;google_apis;x86
|
system-image: system-images;android-25;google_apis;x86
|
||||||
run-logcat: true
|
run-logcat: true
|
||||||
max-tries: 1
|
max-tries: 1
|
||||||
|
post-run-tests-steps:
|
||||||
|
- android/save-build-cache
|
||||||
|
pull-data: true
|
||||||
|
pull-data-path: storage
|
||||||
|
pull-data-target: "."
|
||||||
# store test reports
|
# store test reports
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: app/build/reports/androidTests/connected
|
path: app/build/reports/androidTests/connected
|
||||||
|
|||||||
Reference in New Issue
Block a user