Skip to content

Conversation

@gadenbuie
Copy link
Member

@gadenbuie gadenbuie commented Dec 7, 2023

A small helper to list the currently failing tests from the latest nightly run.

pkgload::load_all()

inform_latest_results()
#> <https://rstudio.github.io/shinycoreci/results/2023/12/07/>
#> ✖ 6 tests failed:
#> - `145-dt-replacedata`
#> - `178-delayed-widget`
#> - `180-delayed-staticwidget`
#> - `301-bs-themes`
#> - `308-sidebar-kitchen-sink`
#> - `313-bslib-card-tab-focus`

I find it helpful to start looking into test failures with a list like this, otherwise it's easy to resolve all of the snaphots with fix_snaps() and miss other types of test failures that didn't involve snapshots.

@gadenbuie gadenbuie requested a review from schloerke March 15, 2024 15:18
}
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing docs and export tag

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol I thought it could be an internal helper function.

A small helper to list the currently failing tests from the latest nightly run.
@gadenbuie gadenbuie force-pushed the feat/inform-latest-results branch from 03833e8 to 607c900 Compare January 28, 2025 17:48
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.

2 participants