[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/229: gnu: Add ruby-selenium-webdriver.
From: |
guix-commits |
Subject: |
72/229: gnu: Add ruby-selenium-webdriver. |
Date: |
Tue, 28 Mar 2023 22:29:04 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit efa5230acf5612c8523474a7eb1f9f005bd5a668
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 8 16:14:21 2023 -0500
gnu: Add ruby-selenium-webdriver.
* gnu/packages/ruby.scm (ruby-selenium-webdriver): New variable.
---
gnu/packages/ruby.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 64d6e9de16..9ddfcc2ba0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13492,6 +13492,31 @@ Faraday-based API wrappers.")
Dashboard. It is a Ruby Client library for IRIS / BBS API.")
(license license:expat)))
+(define-public ruby-selenium-webdriver
+ (package
+ (name "ruby-selenium-webdriver")
+ (version "4.8.5")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "selenium-webdriver" version))
+ (sha256
+ (base32
+ "0wh44vpsyz4mgyq4h482prgiv7hqa5jsj4i7i5hnvv39jb0rfiwm"))))
+ (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))
+ (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
+interacts with the application's HTML. It's primarily intended for web
+application testing, but any web-based task can be automated. This package
+provides the Ruby bindings of Selenium.")
+ (home-page "https://www.selenium.dev/")
+ (license license:asl2.0)))
+
(define-public ruby-sentry-core
(package
(name "ruby-sentry-core")
- 31/229: gnu: Add ruby-language-server-protocol., (continued)
- 31/229: gnu: Add ruby-language-server-protocol., guix-commits, 2023/03/28
- 49/229: gnu: ruby-cucumber-expressions: Update to 16.1.2., guix-commits, 2023/03/28
- 52/229: gnu: ruby-cucumber: Update to 8.0.0., guix-commits, 2023/03/28
- 59/229: gnu: ruby-activemodel: Update to 7.0.4.3 and enable tests., guix-commits, 2023/03/28
- 63/229: gnu: Add ruby-delayed-job., guix-commits, 2023/03/28
- 53/229: gnu: Remove ruby-cucumber-create-meta., guix-commits, 2023/03/28
- 54/229: gnu: Add ruby-rake-manifest., guix-commits, 2023/03/28
- 57/229: gnu: ruby-railties: Update to 7.0.4.3., guix-commits, 2023/03/28
- 61/229: gnu: Add ruby-simplecov-lcov., guix-commits, 2023/03/28
- 68/229: gnu: Add ruby-xpath., guix-commits, 2023/03/28
- 72/229: gnu: Add ruby-selenium-webdriver.,
guix-commits <=
- 76/229: gnu: ruby-rack: Update home page URL., guix-commits, 2023/03/28
- 41/229: gnu: ruby-cucumber-messages: Update to 21.0.1., guix-commits, 2023/03/28
- 34/229: gnu: Add ruby-dotenv., guix-commits, 2023/03/28
- 47/229: gnu: ruby-cucumber-html-formatter: Honor #:tests? argument., guix-commits, 2023/03/28
- 14/229: gnu: ruby-rspec-core: Update to 3.12.1., guix-commits, 2023/03/28
- 29/229: gnu: Add ruby-minitest-power-assert., guix-commits, 2023/03/28
- 38/229: gnu: ruby-minitest-5.14: Update to 5.15.0., guix-commits, 2023/03/28
- 40/229: gnu: Add ruby-cucumber-compatibility-kit., guix-commits, 2023/03/28
- 45/229: gnu: ruby-cucumber-wire: Update to 6.2.1., guix-commits, 2023/03/28
- 50/229: gnu: ruby-gherkin: Update to 26.1.0, fixing build., guix-commits, 2023/03/28