marian51 / poc-playwright-typescript-gui-api

A repository containing a sample project based on Playwright, written using Typescript, showing testing of the GUI and API of given application.
3 stars 0 forks source link

Add API hooks to handle task creation and deletion - make the tests independent #39

Closed 2pavel closed 3 months ago

2pavel commented 3 months ago

Task tests are dependent: Create Task -> Delete Task Adding API hooks to create and delete tasks will make GUI tests independent