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
We now get, i.e: Cannot read property 'desiredCapabilities' of undefined
We were using these within test specs and test pages to find the current browser we were testing in, and the tag that we triggered the test with, when we called the test via (for example):
grunt nightwatch:chrome --tag sign-up-form
Are these values available somewhere else now? I've had a look at globals object and can't see anything in there that looks likely.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
We've just moved from 0.5.2 to 0.5.3, and we're now getting errors from our tests, that were looking for values in globals.test_settings, including:
We now get, i.e:
Cannot read property 'desiredCapabilities' of undefined
We were using these within test specs and test pages to find the current browser we were testing in, and the tag that we triggered the test with, when we called the test via (for example):
grunt nightwatch:chrome --tag sign-up-form
Are these values available somewhere else now? I've had a look at globals object and can't see anything in there that looks likely.
Thanks.
The text was updated successfully, but these errors were encountered: