mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
- screenshot library setup
- pull screenshot after tests - update to fastfile to produce bundles instead of .apks Took 4 hours 17 minutes
This commit is contained in:
@@ -36,18 +36,18 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
// signingConfigs {
|
||||
// release {
|
||||
// storePassword relStorePassword
|
||||
// keyPassword relKeyPassword
|
||||
// keyAlias relKeyAlias
|
||||
// storeFile file(relStoreFile)
|
||||
// }
|
||||
// }
|
||||
signingConfigs {
|
||||
release {
|
||||
storePassword relStorePassword
|
||||
keyPassword relKeyPassword
|
||||
keyAlias relKeyAlias
|
||||
storeFile file(relStoreFile)
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
// signingConfig signingConfigs.release
|
||||
signingConfig signingConfigs.release
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
@@ -162,6 +162,6 @@ dependencies {
|
||||
def retrofit_version = "2.9.0"
|
||||
androidTestImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
androidTestImplementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
|
||||
/ * Spoon screenshot library */
|
||||
androidTestImplementation 'com.squareup.spoon:spoon-client:1.1.1'
|
||||
/ * screenshot library */
|
||||
androidTestImplementation 'tools.fastlane:screengrab:2.1.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user