|
var doc_id = [options.sha, json.version, json.model].map(encodeURIComponent).join('__'); |
options.sha is undefined here, which produces a URL like http://192.168.178.34:7152/mobilespec_results/undefined__7.1.4__none
Asked the original author if I missed anything:
357b899#r31436303
cordova-plugin-test-framework/www/assets/jasmine-medic.js
Line 114 in d0d3af9
options.shais undefined here, which produces a URL likehttp://192.168.178.34:7152/mobilespec_results/undefined__7.1.4__noneAsked the original author if I missed anything:
357b899#r31436303