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.
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
Add 309: Test flexdashboard tab and page management with {bslib} #155
Add 309: Test flexdashboard tab and page management with {bslib} #155
Changes from all commits
0dcd04e
c678204
a42ca46
f95bd22
99b6d7f
7f28302
ee8ad9a
8a44961
ba4dc4d
7371706
916daef
ccaad07
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since these tests are essentially purely client-side, it'd probably faster/better to use
{shinyjster}
instead of{shinytest2}
, for example:shinycoreci/inst/apps/187-navbar-collapse/app.R
Lines 10 to 45 in fb236b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@schloerke Is shinyjster designed to facilitate running and testing R Markdown Shiny apps using
runtime: shiny
? (I couldn't find anything in the docs.)It seems like the biggest advantage of using shinyjster would be to test in Chrome, Edge, and Firefox. From looking at the logs of previous runs, though, and unless I'm misunderstanding them, I would expect switching to shinyjster to increase the test time for these tests. Right now, they take ~7 seconds locally on my M1 for all three Bootstrap variants. With shinyjster we'd be adding two more browsers into the matrix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{shinyjster}
can run inside Rmd docs. Ex:shinycoreci/inst/apps/185-report-theme/index.Rmd
Lines 135 to 174 in fb236b8
Yes, it's reasonable that the time would be increased, but it is not by a large factor. I'd be comfortable using shinyjster.