https://github.com/semlabs/newman-reporter-phpunit
A newman reporter with a PHPUnit like style
https://github.com/semlabs/newman-reporter-phpunit
newman newman-reporter phpunit postman postman-reporter reporter
Last synced: 14 days ago
JSON representation
A newman reporter with a PHPUnit like style
- Host: GitHub
- URL: https://github.com/semlabs/newman-reporter-phpunit
- Owner: semlabs
- License: mit
- Created: 2017-05-18T08:25:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T15:32:39.000Z (over 7 years ago)
- Last Synced: 2025-03-29T18:11:27.328Z (about 1 month ago)
- Topics: newman, newman-reporter, phpunit, postman, postman-reporter, reporter
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# newman-reporter-phpunit
A newman reporter with a PHPUnit like style. It shows all details including the response body when a request is failing.```
Starting postman collection 'seeding'FF..FFFFFFF..F..FFFF..........FF..FFF.FFFFFF..FF
Collection 'seeding' finished
27 failures:
Name: Create User
Url: web:8080/users
Response code: 201, reason: Created
Failed assertion: Status code is 200
Reason: expected response to have status code 200 but got 422
Response body:
{ data:
{ id: '59662604-c375-43b7-aa4c-3ebc2efc51b1',
name: 'Noname' }
```