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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
This resolves the issue for me. It would be nice to have this for nodewebkit testing. path.resolve() does the same thing so I just concatenated them when the baseUrl begins with file:///.
I'm using AngularJS in a NodeWebkit app.
Per #508,
url.resolve()
is used to joinbaseUrl
and the argument tobrowser.get()
.NodeWebkit uses
file://
paths, sobaseUrl
gets stripped down tofile:///
regardless of the path you define.Is there a work-around for this? I would really like to avoid concatenating them directly in my tests.
The text was updated successfully, but these errors were encountered: