-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android latest is running version 6.0 #7
Comments
This was resolved by using the following configuration (borrowed from https://github.com/feross/simple-peer): (android was changed to and_chr) sauce_connect: true
|
Leaving issue open. Maybe the README should reflect the various browser options. |
Ah, yes. I didn't read the issue description carefully enough. It's not a bug, but a breaking change that's documented in airtap's upgrade guide: https://github.com/airtap/airtap/blob/master/UPGRADING.md#changes-to-matching-of-browsers. You're right that it deserves to be documented in a README too. |
Thanks! New to this, but really enjoying testing w/ airtap-sauce. |
The .airtap.yml of the following configuration runs Android 6.0 remotely, which is a rather old version of Android.
All other tests are passing; running on latest versions I think.
sauce_connect: true
loopback: airtap.local
providers:
browsers:
version: latest
version: latest
version: latest
version: latest
version: latest
version: latest
Edit: Sometimes when the Android 6 client fails, you can see the error message (other times it times out). However, I'm not looking to test Android 6.0.
client error (Sauce Labs Android Browser on Android 6.0 on Android GoogleAPI Emulator): { message: 'Uncaught SyntaxError: Unexpected token {',
source: 'http://airtap.local:45919/airtap/test.js',
lineno: 9,
colno: 16,
error:
{ name: 'SyntaxError',
stack: 'SyntaxError: Unexpected token {' } }
Edit: Confirmed that issue is not reproducible when downgrading airtap to version 3.0.0 and running Sauce Connect Proxy 4.6.5.
The text was updated successfully, but these errors were encountered: