Barret Schloerke | {shinytest2}: Unit testing for Shiny applications | RStudio (2022)

Описание к видео Barret Schloerke | {shinytest2}: Unit testing for Shiny applications | RStudio (2022)

Manually testing Shiny applications is often laborious, inconsistent, and doesn’t scale well. Whether you are developing new features, fixing bug(s), or simply upgrading dependencies, it is critical to know when regressions are introduced. The new {shinytest2} R package provides a toolkit for unit testing Shiny apps and seamlessly integrates with {testthat}. Under the hood, it uses the new {chromote} R package to render apps in a headless Chrome browser with features such as live preview and built in debugging tools. In this talk, you’ll learn how to test Shiny apps by simply recording your actions as code and extending it to test more particular aspects of your app, resulting in fewer bugs and more confidence in future development.

Talk materials are available at https://bit.ly/shinytest2-conf22


Session: I like big apps: Shiny apps that scale

Комментарии

Информация по комментариям в разработке