-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wave 2 - tm_g_km
shinytests
#1133
Wave 2 - tm_g_km
shinytests
#1133
Conversation
…hub.com/insightsengineering/teal.modules.clinical into 1108_shinytest2_tm_g_km@shinytest2@main
Unit Tests Summary 1 files 40 suites 16m 43s ⏱️ Results for commit 3e6c570. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 3032024 ♻️ This comment has been updated with latest results. |
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.
I think you can simplify the tests by using a reusable function.
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]>
Thanks @averissimo - appreciate the simplification of the reusable function |
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'xticks' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'yval' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'font_size' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'rel_height_plot' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'show_ci_ribbon' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'show_km_table' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'conf_level' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun"
── Error ('test-shinytest2-tm_g_km.R:359:7'): e2e - tm_g_km: Changing 'xlab' changes the plot and does not throw validation errors. ──
Error in `setup_fun(app_driver)`: could not find function "setup_fun" oh wow :D |
…hub.com/insightsengineering/teal.modules.clinical into 1108_shinytest2_tm_g_km@shinytest2@main
…2@main Signed-off-by: Marcin <[email protected]>
Hey @averissimo I did fix tests locally. They are running on CI now. Let me know if you see any other imprvoements. If not, team feel free to merge, if I'm off |
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 2 out of 3 committers have signed the CLA. |
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.
👌🏽
Part of #1108