apache / cordova-paramedic

Apache Cordova - Paramedic
https://cordova.apache.org/
Apache License 2.0
36 stars 53 forks source link

Fix url of cordova-plugin-test-framework to speed up adding plugin #243

Open hpierce1312 opened 1 year ago

hpierce1312 commented 1 year ago

Closes #239

Platforms affected

All

Motivation and Context

The stage in the cordova-paramedic command where the cordova-plugin-test-framework plugin is being added was taking a very long time with the previous link (around 10 minutes or so). Now, with the fixed link, it is added within seconds.

Description

This PR simply changes the link of the cordova-plugin-test-framework plugin.

Testing

I have tested running the cordova-paramedic for both Android and iOS platforms with the above changes. The add plugins stage still works and now it installs the cordova-plugin-test-framework much faster.

Checklist