You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Jan 6, 2018, at 14:48, Brian Mann ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
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 usingprojectRoot
instead ofprocess.cwd
This behavior needs to move into the
cli
so it normalizes specs to absolute paths prior to handing them off.The text was updated successfully, but these errors were encountered: