1.0.7 • Published 8 years ago

grunt-newman v1.0.7

Weekly downloads
2
License
-
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago

0.0.7

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago