test: add installed-package smoke test for Shiny app - #1412
Draft
Gero1999 wants to merge 1 commit into
Draft
Conversation
Gero1999
force-pushed
the
test/installed-app-smoke
branch
from
July 27, 2026 12:49
bbb3d87 to
d824426
Compare
Collaborator
Author
|
As expected here the CI tests failed, which might mean that the test is detecting the issue |
Gero1999
force-pushed
the
test/installed-app-smoke
branch
from
July 27, 2026 16:51
47312d2 to
7673b2d
Compare
Gero1999
force-pushed
the
test/installed-app-smoke
branch
from
July 27, 2026 16:58
7673b2d to
f63a82d
Compare
Collaborator
Author
|
we need to merge agian the other branch and check |
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Launches the app against a real R CMD INSTALL (exported-only namespace, build-filtered files) from a temp dir, without load_all. This is the only context that surfaces install-only failures such as bare-name internal calls and resource paths pointing at .Rbuildignore'd files, which the existing load_all-based suite cannot catch.
Hosted in the existing tests job to reuse its Chrome and dependency setup; job pinned to contents: read.
Issue
Closes #
Description
Change description.
Definition of Done
Definition of done, preferably copied from the issue.
How to test
How to test features not covered by unit tests.
Contributor checklist
.scsschange was done, rundata-raw/compile_css.Rdata-raw/test_suggests_hidden.RNotes to reviewer
Anything that the reviewer should know before tacking the pull request?