junit listTest syntax

irae
Messages : 1
Inscription : mar. août 27, 2019 5:37 am

junit listTest syntax

Message 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
dreni
Messages : 1
Inscription : ven. juin 23, 2023 5:50 pm

Re: junit listTest syntax

Message par dreni »

Did you fixed territorial ioit?
Répondre

Revenir à « Questions générales / General questions »