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

fix: add options and tests #32

Merged
merged 5 commits into from
Oct 19, 2023
Merged

Conversation

shawner18
Copy link
Contributor

@shawner18 shawner18 commented Oct 4, 2023

Sorts failed suites to the top, orders by name secondarily.
New parameters added to shorten content length, to work around the limit in github.

  1. only-show-failed-tests - Hides the tests that are success, shows the summary row still
    image

  2. show-test-output - Hides the output messages, will still show the errrors
    False
    image

True
image

@shawner18 shawner18 marked this pull request as ready for review October 4, 2023 13:11
@bibipkins bibipkins linked an issue Oct 5, 2023 that may be closed by this pull request
action.yml Outdated Show resolved Hide resolved
.github/workflows/test.yaml Outdated Show resolved Hide resolved
src/formatting/html.ts Show resolved Hide resolved
src/main.ts Outdated Show resolved Hide resolved
shawnmeyerAB and others added 3 commits October 18, 2023 16:44
fix: pull request fixes

Signed-off-by: Shawn Meyer <[email protected]>

fix: pull request fixes

Signed-off-by: Shawn Meyer <[email protected]>

fix: pull request fixes

Signed-off-by: Shawn Meyer <[email protected]>

fix: pull request fixes

Signed-off-by: Shawn Meyer <[email protected]>
@bibipkins bibipkins merged commit 3886e4e into bibipkins:main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large code base with hundreds of tests - summary missing
3 participants