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

Generate reports #116

Open
nigmatullinaleksey opened this issue Oct 25, 2016 · 0 comments
Open

Generate reports #116

nigmatullinaleksey opened this issue Oct 25, 2016 · 0 comments

Comments

@nigmatullinaleksey
Copy link

Hi, how you can save the metadata required to build a report?

Let's look at an example. There is an elementary case:

it 'auth with wrong parameters' do
post '/auth', {'login' => @user.login, 'password' => @user.password'}
expect_status (200)
end

I want to save the URL to which the request is made, the method that I used query parameters, so you can generate a report in the future from these data.

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

No branches or pull requests

1 participant