You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
(It's the same for master and resolution branches)
When i use console with ./gradlew test i have the good results 93 tests completed, 90 failed
When I right click on test and click Run 'N00StartKitTest' from contextual menu, it works as well 22:06 Tests Failed: 0 passed, 1 failed or 22:08 Tests Passed: 1 passed
The text was updated successfully, but these errors were encountered:
Hello. I'm not able to run test task.
STR:
Optionally I clicked "build" icon before step 3. It didn't change anything.
After running it shows:
:compileKotlin UP-TO-DATE
:compileJava UP-TO-DATE
:processResources NO-SOURCE
:classes UP-TO-DATE
:compileTestKotlin UP-TO-DATE
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:test
and event log shows
21:58 Tests Passed: 0 passed
(It's the same for master and resolution branches)
When i use console with
./gradlew test
i have the good results93 tests completed, 90 failed
When I right click on test and click Run 'N00StartKitTest' from contextual menu, it works as well
22:06 Tests Failed: 0 passed, 1 failed
or22:08 Tests Passed: 1 passed
The text was updated successfully, but these errors were encountered: