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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -500,7 +500,7 @@ Generated cache structure:
500
500
└── body.json
501
501
```
502
502
503
-
> You may still modify cached responses to match test expectation. But it will be mainly *replacement* modifications, not changing structure of the response body. Such approach fits more end-2-end nature of Playwright tests.
503
+
> You may still modify cached responses to match test expectation. But it's better to make it as *replacement* modifications, not changing the structure of the response body. Keeping response structure is more "end-2-end" approach for Playwright tests.
0 commit comments