Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presenting: Newman the fourth #1656

Merged
merged 144 commits into from
Aug 7, 2018
Merged

Presenting: Newman the fourth #1656

merged 144 commits into from
Aug 7, 2018

Conversation

kunagpal
Copy link
Contributor

@kunagpal kunagpal commented Aug 3, 2018

New features: 🎉

Breaking changes: 🔨

Fixed bugs: 🐛

Chores: 🏡

codenirvana and others added 30 commits June 29, 2018 11:02
- Update travis and appveyor config
- Update package.json
- Update travis and repository tests
- Remove v4 Buffer support from HTML reporter
cli-progress          1.8.0  →    2.0.0
cli-table3            0.4.0  →    0.5.0
csv-parse             1.3.3  →    2.5.0
lodash               4.17.9  →  4.17.10
postman-collection   3.0.10  →    3.1.0
eslint               4.19.1  →    5.0.1
eslint-plugin-mocha  4.12.1  →    5.0.0
nsp                   2.8.1  →    3.2.1
- Use new `cast` method
- Add Custom method to Auto Parse values
- Use casting context to avoid parsing values surrounded with quotes
- Load external reporter before local reporter
- External reporter can overrides local reporter with same name
* develop:
  Update missing reporter log
  Add missing custom reporter install instruction
  fix(package): update postman-runtime to version 7.2.0
  fix(package): update postman-collection to version 3.1.1
  Update reporter load strategy
bin/newman.js Outdated
}
catch (error) {
return callback(_.set(error, 'help', program.outputHelp()));
next(error ? error : null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this shouldn’t be a code review PR, but still noting down a few suggestions...

Error here did not need a variable instantiation and could have been computed while passing next arghmenfs.

@kunagpal kunagpal merged commit d984e5d into develop Aug 7, 2018
@kunagpal kunagpal deleted the feature/v4 branch August 7, 2018 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants