rekit icon indicating copy to clipboard operation
rekit copied to clipboard

No tests are found

Open dkocich opened this issue 5 years ago • 2 comments

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.

chrome_2019-05-07_07-21-00

dkocich avatar May 07 '19 09:05 dkocich

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 avatar May 08 '19 02:05 supnate

@supnate Hi, I got same issue when I click run all tests in rekit-studio. And I use rekit init project. image

TeresaZhang7517 avatar Mar 16 '21 04:03 TeresaZhang7517