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 28, 2023. It is now read-only.
I'm using Jasmine and found that when run with the BrowserStack karma launcher, test taking 4 seconds locally would take ~30 seconds.
I'd like to dynamically adapt jasmine.DEFAULT_TIMEOUT_INTERVAL (increase it only for BrowserStack).
Is there anything (within window.*?) I could rely on in order to tweak this setting dynamically?
The text was updated successfully, but these errors were encountered:
drzraf
changed the title
Detect BrowserStack launch within tests
Detect (BrowserStack) launcher within tests
Nov 23, 2020
@drzraf the browsers used on BrowserStack are identical to the ones used locally. Hence you would find no difference in the window objects between the two browsers.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Jasmine and found that when run with the BrowserStack karma launcher, test taking 4 seconds locally would take ~30 seconds.
I'd like to dynamically adapt
jasmine.DEFAULT_TIMEOUT_INTERVAL
(increase it only for BrowserStack).Is there anything (within
window.*
?) I could rely on in order to tweak this setting dynamically?The text was updated successfully, but these errors were encountered: