R Under development (unstable) (2023-12-01 r85656 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(selenider) > > test_check("selenider") [ FAIL 0 | WARN 0 | SKIP 50 | PASS 157 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test-keys.R:2:3', 'test-keys.R:2:3', 'test-keys.R:2:3', 'test-keys.R:2:3' • Selenider dependencies unavailable (46): 'test-actions.R:2:3', 'test-actions.R:160:3', 'test-actions.R:209:3', 'test-actions.R:249:3', 'test-api.R:2:3', 'test-cache.R:2:3', 'test-cache.R:30:3', 'test-cache.R:56:3', 'test-children.R:2:3', 'test-conditions.R:2:3', 'test-conditions_multiple.R:2:3', 'test-elem_filter.R:2:3', 'test-elem_filter.R:35:3', 'test-elem_flatten.R:2:3', 'test-empty_selenider_elements.R:2:3', 'test-expect.R:2:3', 'test-expect.R:65:3', 'test-expect.R:79:3', 'test-expect_all.R:4:3', 'test-expect_all.R:19:3', 'test-find_element.R:2:3', 'test-find_elements.R:2:3', 'test-flatmap.R:2:3', 'test-flatmap.R:22:3', 'test-format.R:2:3', 'test-format.R:43:3', 'test-format.R:73:3', 'test-format.R:96:3', 'test-format.R:120:3', 'test-format.R:136:3', 'test-format.R:187:3', 'test-get_actual_element.R:2:3', 'test-get_actual_element.R:21:3', 'test-global_actions.R:2:3', 'test-js.R:2:3', 'test-js.R:26:3', 'test-js.R:34:3', 'test-js.R:63:3', 'test-js.R:79:3', 'test-print.R:2:3', 'test-properties-multiple.R:2:3', 'test-properties.R:2:3', 'test-rvest.R:4:3', 'test-session.R:2:3', 'test-site.R:2:3', 'test-utils-errors.R:2:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 157 ] > > proc.time() user system elapsed 5.10 0.26 7.42