Closed SvenMarquardt5772 closed 8 months ago
The test require your environment to be set up and have maven on the path.
There is a Codespace present that is configured to have all that is needed for the tests, and developers working on this can run from there. I don't use CI for the unit testing at the moment as it requires a number of additional tests on top of the unit test as the action needs validation, which I do in isolation (along with the CLIs).
Ok so local development is not supported understood.
I wanted to resolve an Issue I have, but it seems the local tests do not work. Running
npm test
results in many broken tests. Is this intended? I also do not see any GitHub action, that runs them.