-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
28 lines (18 loc) · 891 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
output: github_document
---
# Introduction to snapshot (aka golden) testing (in R)
In this presentation, I introduce what is snapshot testing, why is it necessary, and its implementation in R in `{testthat}` package and its extensions.
```{r, echo=FALSE, out.width="70%"}
knitr::include_graphics("media/logos_combined.jpeg")
```
In particular, the presentation provides a detailed account of how these tests are valuable in testing:
- text outputs
- graphical outputs
- Shiny apps
- entire files
Slides can be seen here:
<https://indrajeetpatil.github.io/intro-to-snapshot-testing/>
Feedback and suggestions are welcome!
# Code of Conduct
Please note that the intro-to-snapshot-testing project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.