airborne icon indicating copy to clipboard operation
airborne copied to clipboard

Generate reports

Open nigmatullinaleksey opened this issue 9 years ago • 0 comments
trafficstars

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.

nigmatullinaleksey avatar Oct 25 '16 15:10 nigmatullinaleksey