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
Following all setup instructions and steps in the tutorial leads me to an issue with making the post request against the local API. The rest of the test runs fine using local host and I am able to make this request from Postman. This is my first attempt at testing API calls using Playwright against a local environment. I am able to make API request calls using playwright against live APIs in test and production environments. I don't think this is an issue with your tutorial per se as I've seen other people having this issue and requesting help online without finding good fixes, but if this is a common issue, it may be helpful to mention a fix (if you know of one!) in the tutorial steps.
Note I get this error whether I run the tests in the terminal or through the playwright ui, but, again, not when using Postman to make the request.
As I'm still able to make the API request in postman, I've just commented out this line of code so I can continue with the tutorial, which I am finding incredibly helpful! Just wanted to document this issue in case anyone else runs into it while working through the tutorial.
The text was updated successfully, but these errors were encountered:
Following all setup instructions and steps in the tutorial leads me to an issue with making the post request against the local API. The rest of the test runs fine using local host and I am able to make this request from Postman. This is my first attempt at testing API calls using Playwright against a local environment. I am able to make API request calls using playwright against live APIs in test and production environments. I don't think this is an issue with your tutorial per se as I've seen other people having this issue and requesting help online without finding good fixes, but if this is a common issue, it may be helpful to mention a fix (if you know of one!) in the tutorial steps.
Note I get this error whether I run the tests in the terminal or through the playwright ui, but, again, not when using Postman to make the request.
As I'm still able to make the API request in postman, I've just commented out this line of code so I can continue with the tutorial, which I am finding incredibly helpful! Just wanted to document this issue in case anyone else runs into it while working through the tutorial.
The text was updated successfully, but these errors were encountered: