bheemreddy181

Results 29 comments of bheemreddy181

Hey @tomchavakis @sensslen can you help with implementation atleast the steps to perform this ?

Can we incorporate https://github.com/tomchavakis/nuget-license into sonarlicense check ?

Really looking forward into this - we are missing retries at this moment

Can we also make retries differ based on the tag - like say if we have API tests then set retries to 0 and set retries to number n for...

We are using Nunit - makes sense you can ignore the tag request. It’s better to have different run settings for different tag runs

@mxschmitt not really - can we add log=all flag for api testing so that it logs both requests and response along with headers and the time taken by these requests...

@mxschmitt no - Can we have both requests and responses logged as well ? like if we have POST request or a PUT request or even with a Get the...

I mean the request body and the response body to the console.

But that is when we use playwright for UI testing but my request is exclusively when we do api testing alone.