mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-22 21:43:06 +02:00
gradle task to run all tests including flaky, slow
This commit is contained in:
@@ -77,9 +77,9 @@ tasks.test {
|
||||
finalizedBy(tasks.jacocoTestReport) // report is always generated after tests run
|
||||
}
|
||||
|
||||
tasks.register<Test>("slowTests") {
|
||||
tasks.register<Test>("testAll") {
|
||||
useJUnitPlatform {
|
||||
includeTags("slow")
|
||||
includeTags("any()", "none()")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user