Sakshamrameshhudiya
Results
1
issues of
Sakshamrameshhudiya
I am trying invoking an API via playwright and I am setting extraheaders via playwright = Playwright.create(); return playwright.request().newContext(new APIRequest.NewContextOptions() .setBaseURL(TeamCityEnvironmentVariable("APIBaseUrl")) .setExtraHTTPHeaders(headers)); and also adding request body to it via...
P3-collecting-feedback
feature-api-testing