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

consider all responseValidations that start with "res" or "head", not only those that start with "res." or "head." in REST actions #79

Open
johannesloher opened this issue Oct 25, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@johannesloher
Copy link
Contributor

Currently, for REST actions, only items of responseValidationwhich start with "res." or "head." are considered. This is done so that the two different validation types can be distinguished. However, Sometimes it is useful to access res or head in a different way, e.g. with brackets if res is an array: `responseValidation: 'res[0] === "foo"'.

For that reason, all validations that start with "res" or "head" respectively should be considered.

@johannesloher johannesloher added enhancement New feature or request good first issue Good for newcomers labels Oct 25, 2019
@johannesloher johannesloher changed the title consider all responseValidations that start with "res" or "head", not only this that start with "res." or "head." in REST actions consider all responseValidations that start with "res" or "head", not only those that start with "res." or "head." in REST actions Oct 25, 2019
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
Projects
None yet
Development

No branches or pull requests

1 participant