airborne
airborne copied to clipboard
Generate reports
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.