test_that("connection to server works", {
# Input checks
expect_error(set_connection("e55", NULL))
# Connection with invalid login and pass
expect_error(set_connection("test", "test"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.