Add plugin to fix reporting of cordova-paramedic results when using WKWebView plugin.
See https://github.com/apache/cordova-paramedic/issues/52
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5bf5600..3afbb95 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -32,6 +32,7 @@
     <platform name="ios">
       <!-- The WKWebView implementation for inappbrowser requires the presence of this plugin  -->
       <dependency id="cordova-plugin-wkwebview-engine" />
+      <dependency id="cordova-plugin-wkwebview-engine-allowfileaccess" url="https://github.com/knight9999/cordova-plugin-wkwebview-engine-allowfileaccess.git" />
     </platform>