Miguel
Results
2
comments of
Miguel
+1 . For me it would be great if I can pass arguments to properly configure the test we want to run. One example, I need it to test against...
Thank you for the response. Instead of using page.goto(), I used request.get() with the maxRedirects option set to 0. This allowed me to assert the response status code and redirect...