If you have multiple tests and you want to open one of the other existing tests; normally you would have the following actions
Click beaker icon
Unit Test -> Open transformation and unit test
From the menu observe that the path to your transform will be something like ./jobs-and-transform-folder/mytransform.ktr.
Choose one of the entries.
A message will appear stating that the transformation ./jobs-and-transformfolder/mytransform.ktr cannot be opened.
It looks like it is not using ${ENVIRONMENT_HOME}/jobs-and-transformfolder/mytransform.ktr
Maybe it is really putting that dot before the slash creating an invalid path (except it would work in bash given the present working directory).
If you have multiple tests and you want to open one of the other existing tests; normally you would have the following actions
It looks like it is not using ${ENVIRONMENT_HOME}/jobs-and-transformfolder/mytransform.ktr Maybe it is really putting that dot before the slash creating an invalid path (except it would work in bash given the present working directory).