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
You need to use suite.use as follows: suite.use(baseUrl, 443, {"secure": true}), where the last argument to this function is a JavaScript object called options. So there may be other options to set but I only see secure and auth.
The baseUrl is just a var set equal to the web server you are accessing.
As i run the test with vow, i get error ECONNREFUSED.
i am using node.js & run the vow with following command.
vows test.js.
How to solve this issue?
The text was updated successfully, but these errors were encountered: