Closed favmac closed 3 years ago
Did you try to use the extension id on run-tests instead of getting the test codeunits and running these?
If you mean this:
the result is the same
remove the -testcodeunit and the loop on tests - one call to run-tests per app
Is there another way to restrict the codeunits for reducing the runtime than the testcodeunit parameter?
use disabledtests.json
OK. That's it. With a big DisabledTests.json including all Test Codeunits except the problematic it was successful.
Thank you!
Describe the issue When I execute the Run-TestInBCContainer command in a new blank BC16-Container, there are two test codeunits (138696 and 138697) which make the script result in an error. Test execution of the same codeunits in the TestTool of the WebClient is successful.
Script used to create container
Full output of script
Script that causes the issue
Full output of script
Screenshots
Additional context