Move some refresh based test into integration #2233
WebReflection
started this conversation in
Proposals
Replies: 1 comment 3 replies
-
As a note, Playwright also supports forcibly refreshing an existing tab via the |
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
-
There are test use-cases that require manual intervention mostly to be sure the browser's cache worked, or even the IndexedDB we use behind the scene, and it'd be awesome to use a new tab approach, as suggested in here.
We should take some time to have that ability in both here and polyscript project so that we can be sure those tests are also automatically covered without requiring ourselves to manually test things "just work".
Beta Was this translation helpful? Give feedback.
All reactions