handbook/api-testing/ #1579
Replies: 1 comment 3 replies
-
@jan-molak Do you have an sample template to show how to create a test scenario that uses rest API and Playwright together in the same scenario (i.e. it unit test). We would like to speed up the testing by using backend rest APIs to create different configurations we need in the app and then check the UI displays the correct info in the right format. To use the todo list as a example: Add all the items to the list via rest API, Then validate the UI shows those items. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
handbook/api-testing/
Serenity/JS REST module provides the building blocks to help you automate interactions with HTTP-based
https://serenity-js.org/handbook/api-testing/
Beta Was this translation helpful? Give feedback.
All reactions