Closed Arthurvdv closed 2 years ago
Hey,
we are not able to repro this problem. would you be able to send me a repro?
@Arthurvdv ?
I have closed the issue - please reopen if you're able to set up a repro..
@waldo1001: This was a false positive, sorry the inconvenience and trouble!
(i thought the Next Major branch was up-to-date and the same as the Main branch. After more detailed inspection someone had experimented with the "Test Install" codeunit in the Next Major branch, what broke the install of the Test Suite).
Describe the bug The ALOpsAppTest doesn't seems to work on the Next Major version of Business Central (v20). It doesn't throw an error, but execute zero tests. The Next Minor and Current works without a problem and all tests are executed.
the used yaml please provide the yaml that you used. It helps you put the yaml like this:
the output Also the complete output is necessary for us to see what is going on. Also use backtics:
Expected behavior Running the tests and/or reporting back it has not run alle the tests successfully.
Maybe a feature request is hidden inside this bug; The pipeline doesn't thrown an error on executing zero tests, what could give a false sense of safety. The status is green, but without validating any tests is not an ideal situation? For me it should thrown an error when zero tests are returned (why execute ALOpsAppTest with zero tests?). If there's a use case for this, maybe an a extra parameter: DoNotErrorOnExecutingZeroTests with a default als false?