action before running "all tests"

Answered

Hello,

I have a question about cleaning old tests results before running new test. Automatically clean in my project means "empty testResults folder" which contains images generated by JUnit test.

I have created a test named testEmptyFolder() but while tests are run in a random order and from different classes, it doesn't work.

0
1 comment

Hi, there is a "Before launch" action in a run debug configuration:

https://www.jetbrains.com/help/idea/run-debug-configuration-junit.html

 

 

0

Please sign in to leave a comment.