Skip to content

Uploading .npmrc file is failing #81

Closed
@ivan-xue-prospa

Description

@ivan-xue-prospa

For our projects, we need to install some private mode modules, so I updated the archiver.js as following to zip .npmrc file

Constants.allowedFileTypes.forEach(fileType => { archive.glob(**/*.${fileType}, { cwd: cypressFolderPath, matchBase: true, ignore: ignoreFiles, dot: true }); });

But the tests failed due to the following error

error: Please make sure you are uploading files with extension .js, .json, .txt, .ts, .feature, .features, .pdf, .jpg, .jpeg, .png, or .zip

Is it possible that we can update the upload API to allow dot files?

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