Closed jpbida closed 2 years ago
what a work on the unit tests, wasn't expecting this.
Pretty ingenious unit tests. Never did this myself. Isn't there a way around launching 2 shiny sessions and only in the 3rd doing the unit testing? Maybe with the https://github.com/rstudio/chromote package?
Description
Added testing for recogito functionality. Updated to recogito version 1.7.1
Testing
Two example applications are provided for recogito
Before running the unit tests these two applications need to be running on port 5447 and 5448 on the localhost
In another R session
In a third R session with working directory in the recogito package directory you can run the selenium tests
See documentation from RSelenium for more details