The tests dod not work correctly on Windows.
This has two reasons:
Paths are not correctly transformed to URLs which works fine on *nix-like systems, but not on Windows.
The nebula-test package is not Windows compatible.
Is fixed by the PR
Is fixed by PR nebula-plugins/nebula-test#64, so to fix this issue completely, the nebula-core/common.gradle file needs to be updated with a nebula-test version that has PR nebula-plugins/nebula-test#64 included and then this new common.gradle needs to be referenced from build.gradle of this project.
The tests dod not work correctly on Windows. This has two reasons: