Open ntviet18 opened 6 years ago
It is interesting Test directory had nothing to do with this, it is for unit test that are created automatically upon task archivation. Is there any chance that you can record a screencast of what you are doing?
@EgorKulikov , Thank you for you quick reply. Please see the screencast here
I found the bug, it will be fixed in next beta
@EgorKulikov , thank you very much
Hi @EgorKulikov , When I create a new test case with name, e.g.
PokupkaBiletovTestCase
, it will be created with the same name and located at the task package, e.g.com.example
. However, when I run the task it will complainI can fix this by adding the full qualified class name, e.g.
com.example.PokupkaBiletovTestCase
to the task specification.But next time when I create a test with name
com.example.MarshrutTestCase
, it will create a file namedcom.example.MarshrutTestCase.java
in packagecom.example
.Do we have any other way to automatically configure it, rather than changing
testDirectory
?