It turns out that the punyexpr and punybind dependencies are accessed under node_modules folder but when ui5-test-runner is itself a project dependency, they are deduped and need to be found elsewhere.
Also, there is no detection if the report generation command fails.
It turns out that the punyexpr and punybind dependencies are accessed under
node_modules
folder but whenui5-test-runner
is itself a project dependency, they are deduped and need to be found elsewhere. Also, there is no detection if the report generation command fails.