This doc doesn’t work <https://github.com/spekfram...
# spek
r
what's the problem?
a
Copy code
Test run finished after 23 ms
[         1 containers found      ]
[         0 containers skipped    ]
[         1 containers started    ]
[         0 containers aborted    ]
[         1 containers successful ]
[         0 containers failed     ]
[         0 tests found           ]
[         0 tests skipped         ]
[         0 tests started         ]
[         0 tests aborted         ]
[         0 tests successful      ]
[         0 tests failed          ]
r
can you try using
de.mannodermaus.android-junit:1.0.11
?
a
already use it
r
paste your build script please 🙂
a
here’s what refers to Spek
Copy code
testImplementation("org.jetbrains.spek:spek-api:1.1.5") {
        exclude group: "org.jetbrains.kotlin"
    }
    testImplementation("org.jetbrains.spek:spek-junit-platform-engine:1.1.5") {
        exclude group: "org.junit.platform"
        exclude group: "org.jetbrains.kotlin"
    }
    testImplementation "org.junit.platform:junit-platform-launcher:1.0.1"
and
Copy code
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.0.11"
r
there's nothing wrong with it, can you paste it fully?
a
you mean rest of
testImplementation
dependencies?
r
the whole
build.gradle
file
a
Almost found a problem, there’s something related to product flavors. Seems like android-junit issue. Will debug and report.
r
Okay, let me know if I can help out.