dimanche 25 juin 2017

Log which Test Executor is running particular test?

I configured my tests to run in parallel:

In my build.gradle:

test{
    maxParallelForks 2
    forkEvery 0
}

./gradlew build --max-workers=8 --parallel

But additionally I would like to know which executor is running particular test.

Is it possible to log such information?

I've tried to use --debug option but I doesn't appear there.

Aucun commentaire:

Enregistrer un commentaire