You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, how you can save the metadata required to build a report?
Let's look at an example. There is an elementary case:
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.
The text was updated successfully, but these errors were encountered: