R version 4.4.0 RC (2024-04-16 r86451 ucrt) -- "Puppy Cup" Copyright (C) 2024 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 43 | PASS 158 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • 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 (39): 'test-actions.R:2:3', 'test-actions.R:169:3', 'test-actions.R:218:3', 'test-actions.R:258: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-collections.R:2:3', 'test-collections.R:22: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-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 43 | PASS 158 ] > > proc.time() user system elapsed 5.28 0.32 7.62