Since their output path is currently hardcoded, they fail when run outside the project's root.
I've created a proof-of-concept in PR #12 that enables them to be run from anywher inside the project.
This could also be applied to the integration tests. But in that case it may be more convenient to put the path() function in a common module instead of repeating it on each file.
Since their output path is currently hardcoded, they fail when run outside the project's root.
I've created a proof-of-concept in PR #12 that enables them to be run from anywher inside the project.
This could also be applied to the integration tests. But in that case it may be more convenient to put the path() function in a common module instead of repeating it on each file.