-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "No test were found" when running tests from a package that contains other packages #606
Comments
Can you share a sample project that can reproduce the issue consistently? |
Just updated dependencies for https://github.com/yaroslav-shlapak/TestSpekProject |
I've got a fix locally, just waiting for #621 to finish building so I can merge it. |
This bug is not fixed, instead of "No test were found" I get "Test framework is quit unexpectedly" |
Can you give the spek version and plugin version you are using? |
Spek version: 2.0.1 |
And sometimes nothing happens when I press play button near the test in the AS editor |
Weird, can you share a sample project that replicates your issue? |
Environment:
Android Studio 3.3Build #AI-182.5107.16.33.5199772, built on December 25, 2018
Spek plugin versoin: 2.0.0-Studio3.3
spekVersion = "2.0.0"
Prerequirements:
a package that contains other packages with unit tests.
Steps to reproduce
Also, the first step works only from the second attempt, so after the first attempt nothing happens - test suite is not launched.
Generally, the bug behavior is similar to #543
The text was updated successfully, but these errors were encountered: