1.0.7 • Published 10 years ago

grunt-newman v1.0.7

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

grunt-newman

Grunt plugin for Newman - The collection runner for Postman

Options

Default example:

newman: {
  default_options: {
    options: {
        iterationCount: 2,
        stopOnError: true,
        url: "https://www.getpostman.com/collections/6f4387fee8d33e05fb69"
    }
  }
}

Specify the number of collection iterations iterationCount

newman: {
  default_options: {
    options: {
        iterationCount: 2
    }
  }
}

Specify the stop on error setting. See Newman documentation for specific usage of stop on error.

newman: {
  default_options: {
    options: {
        stopOnError: true
    }
  }
}

Specify the url of the collection. Useful for working in teams or groups.

newman: {
  default_options: {
    options: {
        url: "https://www.getpostman.com/collections/6f4387fee8d33e05fb69"
    }
  }
}

Specify the disk location of collection.

newman: {
  default_options: {
    options: {
        collection: "../../my_relative_path/collection.json"
    }
  }
}
1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago