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

Parse responses in tests with jackson #17

Closed
rybalkinsd opened this issue Sep 11, 2018 · 4 comments
Closed

Parse responses in tests with jackson #17

rybalkinsd opened this issue Sep 11, 2018 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers in progress 👩🏻‍💻
Milestone

Comments

@rybalkinsd
Copy link
Owner

Currently most of tests are using only response code to validate results.
The idea is to read postman-echo documentation and check what exactly do we expect in response body. Most of responses are json with

  • cookies
  • headers
  • etc

need to check all the expectations

@rybalkinsd rybalkinsd self-assigned this Sep 11, 2018
@rybalkinsd rybalkinsd added enhancement New feature or request good first issue Good for newcomers labels Sep 11, 2018
@gokulchandra
Copy link
Collaborator

@rybalkinsd Have you already started working on this? If not, I can pick this up.

@rybalkinsd rybalkinsd removed their assignment Dec 28, 2018
@rybalkinsd
Copy link
Owner Author

@gokulchandra not in progress. Welcome to pick this task. Any questions about details are very welcome

@gokulchandra
Copy link
Collaborator

@rybalkinsd Cool. I will keep you posted on its progress. 👍

@gokulchandra
Copy link
Collaborator

Resolved in #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers in progress 👩🏻‍💻
Projects
None yet
Development

No branches or pull requests

2 participants