Skip to content

Commit

Permalink
updated with shinytest2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
gigikenneth authored Mar 5, 2024
1 parent 4b6f836 commit e2e6123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ When you first run `rhino::init()` inside your project's root directory, [Rhino]

Rhino comes with [testthat](https://testthat.r-lib.org/) installed and introduces the `tests/` directory in your project. As part of the validation process, you want to test your requirements. With Rhino, all you need to do is create your test-\*.R files in tests/testthat directory and run [`rhino::test_r()`](https://appsilon.github.io/rhino/reference/init.html).

Although shinytest2 tests can also be added with minimal effort ([How to use shinytest2](https://appsilon.github.io/rhino/articles/how-to/use-shinytest2.html)), one of the distinct features of Rhino is the ability to write end-to-end tests with Cypress out of the box. To learn more about how to write Cypress tests via Rhino, you can read more on [Write end-to-end tests with Cypress tutorial](https://appsilon.github.io/rhino/articles/tutorial/write-end-to-end-tests-with-cypress.html) in the documentation.
Although [shinytest2](https://rstudio.github.io/shinytest2/) tests can also be added with minimal effort ([How to use shinytest2](https://appsilon.github.io/rhino/articles/how-to/use-shinytest2.html)), one of the distinct features of Rhino is the ability to write end-to-end tests with Cypress out of the box. To learn more about how to write Cypress tests via Rhino, you can read more on [Write end-to-end tests with Cypress tutorial](https://appsilon.github.io/rhino/articles/tutorial/write-end-to-end-tests-with-cypress.html) in the documentation.

#### Continuous Integration via GitHub

Expand Down

0 comments on commit e2e6123

Please sign in to comment.