mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
ci: add Java instrumentation tests
This commit is contained in:
@@ -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`));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user