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:
Do you need to see it after each action or just in the end of a failing test?
Thanks @yury-s for the reply,
Ideally, after each action will be great (because our app changes values during certain steps in some cases), but, knowing final values at the end of test will also solve some use cases.
🚀 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: