(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
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