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
Some of our apps feature depends on the variables set in the localStorage and when some tests fail, we need to understand what the values in localStorage are. I'm not sure how feasible it is but it will be great to see value of the localStorage during the test run in the trace viewer if possible. That'll help us debug the issues very efficiently.
PS: Love the trace viewer, it provides excellent view of what happened in the browser during test run. We almost never have to spend time in re-running tests in order to reproduce CI failures.
Example
No response
Motivation
Through the trace viewer, playwright provides excellent view of the network, console tabs during the test run. This feature will enrich the trace viewer further and help users like us to save even more time in debugging tests in certain situations.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Some of our apps feature depends on the variables set in the localStorage and when some tests fail, we need to understand what the values in localStorage are. I'm not sure how feasible it is but it will be great to see value of the localStorage during the test run in the trace viewer if possible. That'll help us debug the issues very efficiently.
PS: Love the trace viewer, it provides excellent view of what happened in the browser during test run. We almost never have to spend time in re-running tests in order to reproduce CI failures.
Example
No response
Motivation
Through the trace viewer, playwright provides excellent view of the network, console tabs during the test run. This feature will enrich the trace viewer further and help users like us to save even more time in debugging tests in certain situations.
The text was updated successfully, but these errors were encountered: