This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Disconnection issues with Mobile Devices #61
Comments
@dtothefp those config values should fix this issue. Mobile simulators need higher timeout values for them to work reliably. |
Worth adding to the README. |
I've noticed that mobile browsers (specifically Safari on iOS) will timeout if the actual Karma test area (when fixtures/elements are inserted) is pushed outside of the device viewport by lots of Karma " is executing..." rows. This typically happens if you are running more than 1 or 2 browsers against a Browserstack mobile device. A short term workaround for this is to run mobile browsers first, so that there is less chance that the fixture area will be off-screen. |
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Apr 13, 2020
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Apr 16, 2020
johnjbarton
added a commit
to karma-runner/karma
that referenced
this issue
Apr 20, 2020
anthony-redFox
pushed a commit
to anthony-redFox/karma
that referenced
this issue
May 16, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Update
BrowserStack support recommended the following configs. Seems to fix my issue, feel free to close if this seems unrelated to this plugin:
Original Issue
This may not be an issue with this plugin, and I've submitted a BrowserStack support request, but I thought I would cover my bases and submit the issue here as well.
Recently, we started having disconnection on iPhone tests typically after a specific number of tests "50 out of 201". I'm not sure if there is a setting in
karma-browserstack-launcher
that could help avoid disconnection?From this video it looks as if the tests are completing successfully but still getting a "disconnection" which makes me think there is some sort of problem of communication between this plugin and BrowserStack http://cl.ly/1v0x1b2u1A3l
Typically the test disconnects after running 50 out of 201 tests
The text was updated successfully, but these errors were encountered: