Explain how to include the <output_file>.post. files when running shinyloadtest.
What's happening is that for shiny apps where data is being uploaded (for example using fileInput() ), that uploaded data won't be include in the recording file but in auxiliary "post" files. Shinycannon / Shinyloadtest will automatically detect and use the recording.log and recording.log.post files as long as the tests are being run from the same directory that those files are saved into.
A nice addition added by the team was that when the recording completes a message will display with the names of the created files, for example (from the github issue here: rstudio/shinyloadtest#114 ) like this: