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
@venus-resource is supposed to "Make external files available within the sandbox" in the current test runners endpoint.
http:////
I believe this is what broke this feature: 5ee4801
In switching to symlinks, we can no longer easily reference the resources like we had previously. Since it is now a symlink, we would need to specify a path like this:
http:///temp/
The fix will re-enable access to static files based on the current venus test runner endpoint, and should definitely be accompanied by tests to run agains ci.
The text was updated successfully, but these errors were encountered:
@venus-resource is supposed to "Make external files available within the sandbox" in the current test runners endpoint.
http:////
I believe this is what broke this feature:
5ee4801
In switching to symlinks, we can no longer easily reference the resources like we had previously. Since it is now a symlink, we would need to specify a path like this:
http:///temp/
The fix will re-enable access to static files based on the current venus test runner endpoint, and should definitely be accompanied by tests to run agains ci.
The text was updated successfully, but these errors were encountered: