Skip to content

Adding cordova-plugin-test-framework takes a long time #239

Open
@hudson-pierce

Description

@hudson-pierce

It takes approximately 10 minutes for the cordova plugin add github:apache/cordova-plugin-test-framework --no-telemetry --no-update-notifier step to finish...

On my local machine I pulled down the cordova-paramedic project and in lib/ParamedicApp.js at line 73 I replaced:

const additionalPlugins = ['github:apache/cordova-plugin-test-framework', path.join(__dirname, '..', 'paramedic-plugin')];

with:

const additionalPlugins = ['git+https://github.com/apache/cordova-plugin-test-framework.git', path.join(__dirname, '..', 'paramedic-plugin')];

Now the plugin is added very quickly. Could we please make this change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions