When invoking cypress from a PWD other than the current projectRoot and using a relative path - it will fail to find the spec file because we resolve the path using projectRoot instead of process.cwd
This behavior needs to move into the cli so it normalizes specs to absolute paths prior to handing them off.
When invoking cypress from a PWD other than the current
projectRootand using a relative path - it will fail to find the spec file because we resolve the path usingprojectRootinstead ofprocess.cwdThis behavior needs to move into the
cliso it normalizes specs to absolute paths prior to handing them off.