mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Add exportTestValues function (#1436)
* Add onTestSnapshot function * Add shiny.testing option * Add entry to staticdocs index * Bump version to 0.14.1.9002 and update NEWS * Document params for onTestSnapshot * Add session$enableTestEndpoint() method * Un-export applyInputHandlers * Grunt * Provide inputs, outputs, and snapshot at test endpoint * Remove non-working example * Fix var name in documentation * Rename shiny.testing to shiny.testmode * Rename onTestSnapshot to exportTestValues and add example * Add session$getTestEndpointUrl * Grunt * Add module support to exportTestValues * Test endpoint allows specifying specific values * session$getTestEndpointUrl: add arguments for choosing which values to return
This commit is contained in:
@@ -189,6 +189,7 @@ sd_section("Utility functions",
|
||||
"installExprFunction",
|
||||
"parseQueryString",
|
||||
"plotPNG",
|
||||
"exportTestValues",
|
||||
"repeatable",
|
||||
"shinyDeprecated",
|
||||
"serverInfo",
|
||||
|
||||
Reference in New Issue
Block a user