Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new responsive custom test reporter during the test running #17

Open
5 tasks
Andrew718PLTS opened this issue Nov 12, 2024 · 0 comments
Open
5 tasks
Assignees

Comments

@Andrew718PLTS
Copy link
Collaborator

Description

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant