Closed danevans closed 8 years ago
:bow:, this was on my todo list for a while. Test results are posted to customData
, which has a limit of 64KB https://wiki.saucelabs.com/display/DOCS/Test+Configuration+Options#TestConfigurationOptions-CustomData
Maybe we could somehow add results until we reached 60KB or similar?
Good to know about the 64KB limit. I'm happy to update to be more precise with that limit.
I haven't worked with travis before and this failure doesn't make sense to me. Do you know what is going on with it?
Looks like travis has issues currently https://www.traviscistatus.com/incidents/lp492hx0z1my, as soon those are resolved some hopefully more helpful error message should be displayed.
The error messages are not very clear as to what's wrong. Could it be something like using the =>
instead of function
syntax?
Yes, please use only function and var as we still need to support old IEs here and the file isn't transpiled.
I can squash these commits if everything looks good to you.
Looks really good to me 👍 Will merge once squashed :-)
Awesome! thanks for being so responsive.
Thanks again for contributing this, I'll test that a bit more manually and then release within the next few days.
Released as 1.7.0
, thanks again 👏
Log the details of each failed test and send them to SauceLabs along with the other test result info.
Limit to first 15 failures because of a SauceLabs bug.
Fixes #53