Package: shinytest2
Title: Testing for Shiny Applications
Version: 0.1.1
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
RoxygenNote: 7.2.1
URL: https://github.com/rstudio/shinytest2
BugReports: https://github.com/rstudio/shinytest2/issues
VignetteBuilder: knitr
Depends: testthat (>= 3.1.2)
Imports: R6 (>= 2.4.0), chromote (>= 0.1.0), fs, callr, crayon, rlang
        (>= 0.3.0), checkmate (>= 2.0.0), ellipsis, httr, jsonlite,
        pingr, rmarkdown, shiny, withr
Suggests: diffobj, globals (>= 0.14.0), ggplot2, vdiffr (>= 1.0.0),
        plotly, rstudioapi, shinyWidgets, shinytest (>= 1.5.1),
        shinyvalidate (>= 0.1.2), showimage, knitr, usethis
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-upload-file.R' 'app-driver-variant.R'
        'app-driver-wait.R' 'app-driver-window.R' 'app-driver.R'
        'chromote-methods.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' 'test-app.R'
        'use.R'
NeedsCompilation: yes
Packaged: 2022-09-06 15:59:10 UTC; barret
Author: Barret Schloerke [cre, aut] (<https://orcid.org/0000-0001-9986-114X>),
  RStudio [cph, fnd],
  Winston Chang [ctb] (Original author to rstudio/shinytest),
  Gábor Csárdi [ctb] (Original author to rstudio/shinytest),
  Hadley Wickham [ctb] (Original author to rstudio/shinytest),
  Mango Solutions [cph, ccp] (Original author to rstudio/shinytest)
Maintainer: Barret Schloerke <barret@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-06 16:20:02 UTC
