forked from rstudio/shinytest2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
104 lines (104 loc) · 2.78 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Package: shinytest2
Title: Testing for Shiny Applications
Version: 0.2.1.9000
Authors@R:
c(
person("Barret", "Schloerke", role = c("cre", "aut"), email = "barret@rstudio.com", comment = c(ORCID = "0000-0001-9986-114X")),
person(family = "RStudio", role = c("cph", "fnd")),
person("Winston", "Chang", role ="ctb", email = "winston@rstudio.com", comment = "Original author to rstudio/shinytest"),
person("Gábor", "Csárdi", role = "ctb", email = "gabor@rstudio.com", comment = "Original author to rstudio/shinytest"),
person("Hadley", "Wickham", role = "ctb", email = "hadley@rstudio.com", comment = "Original author to rstudio/shinytest"),
person(family = "Mango Solutions", role = c("cph", "ccp"), comment = "Original author to rstudio/shinytest")
)
Description: Automated unit testing of Shiny applications through a headless 'Chromium' browser.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://rstudio.github.io/shinytest2/, https://github.com/rstudio/shinytest2
BugReports: https://github.com/rstudio/shinytest2/issues
VignetteBuilder: knitr
Depends:
testthat (>= 3.1.2)
Imports:
R6 (>= 2.4.0),
callr,
checkmate (>= 2.0.0),
chromote (>= 0.1.0),
crayon,
ellipsis,
fs,
globals (>= 0.14.0),
httr,
jsonlite,
pingr,
rlang (>= 0.3.0),
rmarkdown,
shiny,
withr
Suggests:
deSolve,
diffobj,
ggplot2,
knitr,
plotly,
png,
rstudioapi,
shinyWidgets,
shinytest (>= 1.5.1),
shinyvalidate (>= 0.1.2),
showimage,
usethis,
vdiffr (>= 1.0.0),
spelling
Config/Needs/check:
rstudio/shiny
Config/Needs/website:
pkgdown,
tidyverse/tidytemplate
Config/testthat/edition: 3
Collate:
'R6-helper.R'
'app-driver-chromote.R'
'app-driver-dir.R'
'app-driver-expect-download.R'
'app-driver-expect-js.R'
'app-driver-expect-screenshot.R'
'app-driver-expect-unique-names.R'
'app-driver-expect-values.R'
'app-driver-get-log.R'
'app-driver-initialize.R'
'app-driver-log-message.R'
'app-driver-message.R'
'app-driver-node.R'
'app-driver-set-inputs.R'
'app-driver-start.R'
'app-driver-stop.R'
'app-driver-timeout.R'
'app-driver-upload-file.R'
'app-driver-variant.R'
'app-driver-wait.R'
'app-driver-window.R'
'app-driver.R'
'chromote-methods.R'
'compare-screenshot-threshold.R'
'cpp11.R'
'expect-snapshot.R'
'expr-recurse.R'
'httr.R'
'migrate.R'
'missing-value.R'
'utils.R'
'platform.R'
'record-test-unique-name.R'
'record-test.R'
'rstudio.R'
'save-app.R'
'shiny-browser.R'
'shinytest2-logs.R'
'shinytest2-package.R'
'test-app.R'
'use.R'
LinkingTo:
cpp11