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

Pull request for adding log and auth wrappers for serenity-rest-assured #213

Merged
merged 1 commit into from
Nov 30, 2015

Conversation

YamStranger
Copy link
Member

Problem:
in #212 and #185 was reported about impossibility usage of log() and auth() and auntificate() methods of serenity-rest-assured

Reason:
We use enhancements of RequestSpecification methods to record calls of them. We "wrap" all method to be notified about it call, but during log and auth RequstSpecification returned without provided wrappers. This was not tested at all.

Solution:
Providing wrappers for AuthenticationSpecification and RequestLogSpecification to be sure that they will operate with enhancemened RequestSpecification. Also some tests are provided.

YamStranger added a commit that referenced this pull request Nov 30, 2015
Pull request for adding log and auth wrappers for serenity-rest-assured (#212 and #185 issues)
@YamStranger YamStranger merged commit 20c55dc into serenity-bdd:master Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants