cordova-plugin-test-framework
cordova-plugin-test-framework copied to clipboard
Apache Cordova
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
https://github.com/apache/cordova-plugin-test-framework#running-plugin-tests > Change the start page in config.xml with or add a link to cdvtests/index.html from within your app. This can probably be automated via `plugin.xml`, edit-config or config-file. This...
when I try to test my plugin, I need compose some object like: var config = {name:'john', sex:'male'} or var path = require("path") These two will get side effects. But...
If I miss this, please let me. Thanks. @janpio advised me to open an issue. So I ask here. I wonder if I have multi plugins and I need test...
Tests run using this test framework seem to always complain about "Error posting to CouchDB: ". Does this actually work?
`www/assets/index.html` has two dependencies that are included as script tags: jasmine-2.4.1 + topcoat-0.7.5. Both are included as folders directly in `www/assets`. Would it make sense to turn that into a...
Originally asked by @adriano-di-giovanni at https://issues.apache.org/jira/browse/CB-13876
Originally posted by @alsorokin at https://issues.apache.org/jira/browse/CB-12302 Since recent release, Appium supports testing of Windows Store apps. We should make appropriate changes to paramedic and our existing Appium tests to make...
https://github.com/apache/cordova-plugin-test-framework/blob/d0d3af99c6166d0ce8657450a8ccf820c467b470/www/assets/jasmine-medic.js#L114 `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: https://github.com/apache/cordova-plugin-test-framework/commit/357b89932cf13e0bc035e36cfb65116f98bd6d2a#r31436303
README says: > Q: Should I add cordova-plugin-test-framework as a of my plugin? > A: No. The end-user should decide if they want to install the test framework, not your...