mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 09:02:50 +08:00
ci: add Java instrumentation tests
This commit is contained in:
parent
b6c5db3e37
commit
f4a0e1ec78
@ -61,7 +61,9 @@ class AndroidTestRunner {
|
||||
.then(_ => this._gradlew('--version'))
|
||||
.then(_ => console.log(`[${this.testTitle}] Gradle wrapper is ready. Running tests now.`))
|
||||
.then(_ => this._gradlew('test'))
|
||||
.then(_ => console.log(`[${this.testTitle}] Java unit tests completed successfully`));
|
||||
.then(_ => console.log(`[${this.testTitle}] Java unit tests completed successfully`))
|
||||
.then(_ => this._gradlew('connectedAndroidTest'))
|
||||
.then(_ => console.log(`[${this.testTitle}] Java instrumentation tests completed successfully`));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user