mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-selenium-webdriver: Update to 4.22.0.
* gnu/packages/ruby.scm (ruby-selenium-webdriver): Update to 4.22.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
47b9ea540a
commit
cfade09403
1 changed files with 6 additions and 3 deletions
|
@ -16837,19 +16837,22 @@ number generators.")
|
|||
(define-public ruby-selenium-webdriver
|
||||
(package
|
||||
(name "ruby-selenium-webdriver")
|
||||
(version "4.8.5")
|
||||
(version "4.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "selenium-webdriver" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wh44vpsyz4mgyq4h482prgiv7hqa5jsj4i7i5hnvv39jb0rfiwm"))))
|
||||
"0rjxlivsh32xvjq78p1m1sr366aa04wms4hwb2r187ygrnmp0hv4"))))
|
||||
(build-system ruby-build-system)
|
||||
;; FIXME: The gem release lacks test files, and the git checkout lacks
|
||||
;; JavaScript source that is generated using Bazel, which isn't available
|
||||
;; in Guix yet, so disable the test suite for now.
|
||||
(arguments (list #:tests? #f))
|
||||
(propagated-inputs (list ruby-rexml ruby-rubyzip ruby-websocket))
|
||||
(propagated-inputs (list ruby-base64
|
||||
ruby-rexml
|
||||
ruby-rubyzip
|
||||
ruby-websocket))
|
||||
(synopsis "Selenium browser automation bindings for Ruby")
|
||||
(description "Selenium implements the W3C WebDriver protocol to automate
|
||||
popular browsers. It aims to mimic the behaviour of a real user as it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue