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
Currently, we can't configure the displaying of majority stuff as:
disable test/s details
full suite result on test end
annotations for test outside of report
In the scope of this ticket we have to implement configurable custom reporter that represents all of described stuff. In nutshell we can take a base implementation from official playwright documentation and add everything by our requirements.
Acceptance criteria
Tests passed locally
Tests passed on CI
Disable test/s details displayed
Full suite result on test end displayed as a responsive table
All log4js logs are displaying as it's been before
The text was updated successfully, but these errors were encountered:
Description
Currently, we can't configure the displaying of majority stuff as:
In the scope of this ticket we have to implement configurable custom reporter that represents all of described stuff. In nutshell we can take a base implementation from official playwright documentation and add everything by our requirements.
Acceptance criteria
The text was updated successfully, but these errors were encountered: