Skip to content

How to pass command line argument to npm task in node application #359

Description

@vickyru

I want to write single npm task which can accept multiple command line arguments
// build.gradle

task npmRunTestSuite(type: NpmTask) {
// args = ['run', 'regression-test']
}

now from command prompt

.\gradlew npmRunTestSuite --args="run","'regression-test"

or

.\gradlew npmRunTestSuite --args="run","'smoke-test"

I know i can write two different task to achieve it but want to avoid it. Its urgent please do help me out.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions