rekit
rekit copied to clipboard
No tests are found
Hello, thanks for the project.
I might have a issue - it is not possible to run any tests through the Rekit UI or command line. Generated tests existing since the first week of my work on the project.
Might it be caused by the fact that the project is initialized in a subfolder in amonorepo?
Thanks for any advice.
Hi @dkocich , thanks for reporting this! Maybe it's really related with subfolder, does it work on a separate folder?
Btw, if you start a new project, I suggest you can use 3.0 beta which has a different testing view.
> npm install rekit@next rekit-studio@next
> rekit create app1
> cd app1
> npm install
> rekit-studio
Now rekit-studio is a global module to start IDE rather than a dependency of your project.
@supnate Hi, I got same issue when I click run all tests in rekit-studio. And I use rekit init project.