Our UI playwright tests don't need to test every case. We should have a single test file per resource (mcp/model/prompt/etc) that covers the CRUD flow. This way if the resource fails, we see the entire flow and where it fails in the video output (this should result in one video per resource CRUD sequence).
We could also use this opportunity to go over and remove extra Playwright tests that are unnecessary. This would help cut down the test time.
Our UI playwright tests don't need to test every case. We should have a single test file per resource (mcp/model/prompt/etc) that covers the CRUD flow. This way if the resource fails, we see the entire flow and where it fails in the video output (this should result in one video per resource CRUD sequence).
We could also use this opportunity to go over and remove extra Playwright tests that are unnecessary. This would help cut down the test time.