We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The log output for our start command is extremely long. This makes it difficult to scroll to the actual test failures in the logging. It would be super useful if the log output for the start command could be collapsed/grouped using ::group:: - https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines
start
::group::
The text was updated successfully, but these errors were encountered:
Or as an alternative, summarise the Cypress test results in a markdown table: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
Edit: see #559
Sorry, something went wrong.
@MetRonnie I'm actually working on getting a summary done in #566. That should go in shortly.
Ah I see
That's slightly different to what I had in mind, namely this table:
No branches or pull requests
The log output for our
start
command is extremely long. This makes it difficult to scroll to the actual test failures in the logging. It would be super useful if the log output for thestart
command could be collapsed/grouped using::group::
- https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-linesThe text was updated successfully, but these errors were encountered: