mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
- Firebase emulator added
- Update to Espresso tests - Updated gradle dependencies for espresso Took 9 hours 56 minutes
This commit is contained in:
@@ -37,11 +37,16 @@ jobs:
|
||||
# The next step will run the unit tests
|
||||
- android/run-tests:
|
||||
test-command: ./gradlew testDriverDebugUnitTest --continue
|
||||
|
||||
# Then start the emulator and run the Instrumentation tests!
|
||||
# - android/start-emulator-and-run-tests:
|
||||
# test-command: ./gradlew connectedDebugAndroidTest
|
||||
# system-image: system-images;android-25;google_apis;x86
|
||||
# Then start the firebase emulators for the Instrumentation tests!
|
||||
- run:
|
||||
name: Setup Firebase Emulators
|
||||
command: |
|
||||
curl -sL firebase.tools | bash
|
||||
firebase emulators:start
|
||||
# Then start the emulator and run the Instrumentation tests!
|
||||
- android/start-emulator-and-run-tests:
|
||||
test-command: ./gradlew connectedDebugAndroidTest
|
||||
system-image: system-images;android-25;google_apis;x86
|
||||
|
||||
# And finally run the release build
|
||||
# - run:
|
||||
|
||||
Reference in New Issue
Block a user