I am trying to show only summary table in output,
and remove all success log, failure log, and all other information etc
Things i tried
- i tried
cypress run --quiet
mode, but it’s not that quiet, it still prints output - there is also mochawesome reporter support , but it does not prints summary table that i need
Any help is appreciated