R Under development (unstable) (2025-04-10 r88129 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(shinytest2) > > test_check("shinytest2") [[1]] [1] 28.11765 [[2]] [1] 44.98824 [ FAIL 0 | WARN 0 | SKIP 21 | PASS 303 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • App test folders have been ignored (1): 'test-apps.R:3:3' • On CRAN (17): 'test-app-duplicate-ids.R:16:3', 'test-app-duplicate-ids.R:40:3', 'test-app-duplicate-ids.R:65:3', 'test-app-duplicate-ids.R:90:3', 'test-app-eval-js.R:23:3', 'test-app-eval-js.R:44:3', 'test-app-expect-file-transform.R:26:3', 'test-app-screenshot-size.R:5:3', 'test-app-screenshot-size.R:109:3', 'test-app-shiny.R:27:3', 'test-app-shiny.R:39:3', 'test-app-timeout.R:12:1', 'test-migration-migrate.R:3:1', 'test-not-testing.R:33:3', 'test-save-app.R:60:3', 'test-save-app.R:80:3', 'test-shinytest2.R:1:1' • Only run on CI (3): 'test-save-app.R:6:3', 'test-save-app.R:23:3', 'test-save-app.R:36:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 303 ] Deleting unused snapshots: • app-expect-file-transform/001-download-button.txt • app-expect-file-transform/002.json • app-expect-file-transform/002_.png Google Chrome was not found. Try setting the `CHROMOTE_CHROME` environment variable to the executable of a Chromium-based browser, such as Google Chrome, Chromium or Brave. Error in initialize(...) : Invalid path to Chrome > > proc.time() user system elapsed 3.57 0.87 7.17