2.0.4 • Published 9 years ago

courrier v2.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

Courrier

Postman/Newman runner that runs requests in parallel.

Circle CI NPM version

Usage

const courrier = require('courrier');

const options = {
    envJson: {
        id:'7a04c166-1f65-509b-0d3d-7463182e17c9',
        name:'CellStore',
        values: [{
            key: 'endpoint',
            value: Config['28'].projectEndpoint,
            type:'text',
            enabled: true
        }],
        timestamp: new Date().getTime()
    },
    iterationCount: 1,
    delay: 1,
    responseHandler: 'TestResponseHandler',
    requestTimeout: 300000
};
courrier.execute(JSON.parse(fs.readFileSync('/path/to/postman/collection.json', 'utf-8')), options)
    .then(() => console.log('All tests passed'))
    .catch(() => console.log('Some tests failed'))
;
2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

0.6.6

10 years ago

1.0.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago