Page 1 sur 1

junit listTest syntax

Publié : mar. août 27, 2019 6:17 am
par irae
Can't seem to find the proper syntax for running a junit job using the listTest property.
Job runs fine with "**.*"

If I run the job with operation of list and listTest is set to "**/*"
the testTree produces
{"timestamp":"2019-08-27T04:08:19.167+0000","name":"tests","contents":[{"name":"maven.main.bundle:tests.LoginTest","contents":[{"name":"runTest()","contents":null}]}]}

but If I run with operation of run and set listTest to "maven.main.bundle:tests.LoginTest" the job generates warnings.

[WARN] Illformated test specification maven.main.bundle:tests.LoginTest . Execution may be hazardous...
[WARN] Adding individual test specification maven.main.bundle:tests.LoginTest was impossible. Discarding it.

It seems to build the project but does not execute the junit test.
The project currently only has one junit test but will eventually have many more.
I would like to limit a job to a subset of tests in the future.

Thanks
Eli

Re: junit listTest syntax

Publié : ven. juin 23, 2023 5:51 pm
par dreni
Did you fixed territorial ioit?