guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: Add python-robotframework-seleniumlibrary.


From: guix-commits
Subject: 06/07: gnu: Add python-robotframework-seleniumlibrary.
Date: Fri, 15 Oct 2021 13:53:14 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f1f6ede7f802f3b9113192a5947ead105af6e06f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 14 16:32:59 2021 -0400

    gnu: Add python-robotframework-seleniumlibrary.
    
    * gnu/packages/python-xyz.scm (python-robotframework-seleniumlibrary): New
    variable.
---
 gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e4ae584..d35afa5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4553,6 +4553,30 @@ interface and by handling all the requirements towards 
the Robot Framework
 library APIs.")
     (license license:asl2.0)))
 
+(define-public python-robotframework-seleniumlibrary
+  (package
+    (name "python-robotframework-seleniumlibrary")
+    (version "5.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "robotframework-seleniumlibrary" version))
+       (sha256
+        (base32 "1dihrbcid9i7daw2qy6h3xsvwaxzmyip820jw5z11n60qrl006pm"))))
+    (build-system python-build-system)
+    ;; XXX: Tests require ungoogled-chromium, but the chromium module would
+    ;; introduce a cycle if imported here.
+    (propagated-inputs
+     `(("python-robotframework" ,python-robotframework)
+       ("python-robotframework-pythonlibcore"
+        ,python-robotframework-pythonlibcore)
+       ("python-selenium" ,python-selenium)))
+    (home-page "https://github.com/robotframework/SeleniumLibrary";)
+    (synopsis "Web testing library for Robot Framework")
+    (description "SeleniumLibrary is a web testing library for Robot Framework
+that utilizes the Selenium tool internally.")
+    (license license:asl2.0)))
+
 (define-public python-rstr
   (package
    (name "python-rstr")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]