guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: Add python-robotframework-seleniumscreenshots.


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

apteryx pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d35afa5..6fd6749 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4577,6 +4577,33 @@ library APIs.")
 that utilizes the Selenium tool internally.")
     (license license:asl2.0)))
 
+(define-public python-robotframework-seleniumscreenshots
+  (package
+    (name "python-robotframework-seleniumscreenshots")
+    (version "0.9.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "robotframework-seleniumscreenshots" version))
+       (sha256
+        (base32 "05qv323hvjmy62h33ryrjaa9k1hyvp8hq5qnj8j1x3ap2ci3q3s0"))))
+    (build-system python-build-system)
+    (arguments
+    ;; XXX: The tests require a relatively complicated setup configured in
+    ;; their CI with Nix (!).
+     `(#:tests? #f))
+    (propagated-inputs
+     `(("python-robotframework" ,python-robotframework)
+       ("python-robotframework-seleniumlibrary"
+        ,python-robotframework-seleniumlibrary)))
+    (home-page 
"https://github.com/MarketSquare/robotframework-seleniumscreenshots";)
+    (synopsis "Robot Framework library for annotating and cropping 
screenshots")
+    (description "The SeleniumScreenshots library for Robot Framework provides
+keywords for annotating and cropping screenshots taken with SeleniumLibrary.
+It is useful for scripting automatically updated screenshots for documentation
+or for visual regression testing purposes.")
+    (license license:bsd-3)))
+
 (define-public python-rstr
   (package
    (name "python-rstr")



reply via email to

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