mirror of
https://github.com/hmalik144/Weather-apps.git
synced 2026-03-18 07:26:04 +00:00
- Espresso mock network interceptor added (#9)
- Ability to stub end points in UI tests
This commit is contained in:
@@ -17,7 +17,7 @@ android {
|
||||
targetSdkVersion 30
|
||||
versionCode 5
|
||||
versionName "3.0"
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
buildConfigField "String", "ParamOne", "${paramOneEndPoint}"
|
||||
|
||||
Reference in New Issue
Block a user