Currently it seems like the absolute path to the ktr gets saved in the unit test. As a developer I want to be flexible and have an option available to parameterise the path. E.g. Developer A stores his files in /home/a/git/myproject/ whereas developer B stores her files in /home/b/work/projects/myproject: Both work on the same project, but on different files.
Currently it seems like the absolute path to the ktr gets saved in the unit test. As a developer I want to be flexible and have an option available to parameterise the path. E.g. Developer A stores his files in
/home/a/git/myproject/
whereas developer B stores her files in/home/b/work/projects/myproject
: Both work on the same project, but on different files.