I've added specRealDir property for adapter config. When workspace folder aren't symlinked, specDir and specRealDir are the same. When workspace folder is symlinked, specDir and specRealDir differs, test cases file names returned after processed with fs.realpath() and those file names matches specRealDir.
This should work for both cases: symlinked and regular.
I've added
specRealDir
property for adapter config. When workspace folder aren't symlinked,specDir
andspecRealDir
are the same. When workspace folder is symlinked,specDir
andspecRealDir
differs, test cases file names returned after processed withfs.realpath()
and those file names matchesspecRealDir
.This should work for both cases: symlinked and regular.