mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
Updated config.yml
This commit is contained in:
@@ -62,12 +62,15 @@ jobs:
|
||||
# Then start the emulator and run the Instrumentation tests!
|
||||
- android/start-emulator-and-run-tests:
|
||||
post-emulator-launch-assemble-command: ./gradlew assemble<< parameters.flavour >>DebugAndroidTest
|
||||
pull-data: true
|
||||
pull-data-path: /storage
|
||||
test-command: ./gradlew connected<< parameters.flavour >>DebugAndroidTest
|
||||
system-image: system-images;android-25;google_apis;x86
|
||||
run-logcat: true
|
||||
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_artifacts:
|
||||
path: app/build/reports/androidTests/connected
|
||||
|
||||
Reference in New Issue
Block a user