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
{{ message }}
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
How can we mock API for the API automation, not with the UI integration?
Mocking as per the documentation https://playwright.dev/docs/mock works fine when we have the integration with UI but can we do the same for API only, where we can mock the response of APIs and read it. Please suggest.
Thanks for the wonderful tool.
How can we mock API for the API automation, not with the UI integration?
Mocking as per the documentation https://playwright.dev/docs/mock works fine when we have the integration with UI but can we do the same for API only, where we can mock the response of APIs and read it. Please suggest.
Thanks in advance.