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
relative path is easy to convert to absolute by resolving with current directory (cwd). React4xp tests have to use $PWD (or %cd%) to work. And if we remove the restriction of absolute project path we can write better platform independent code.