Metadata-Version: 2.4
Name: galaxy-test-selenium
Version: 26.0.1
Summary: Galaxy Selenium tests
Home-page: https://github.com/galaxyproject/galaxy
Author: Galaxy Project and Community
Author-email: galaxy-committers@lists.galaxyproject.org
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: galaxy-data
Requires-Dist: galaxy-tool-util
Requires-Dist: galaxy-selenium
Requires-Dist: galaxy-test-base
Requires-Dist: galaxy-util
Requires-Dist: gxformat2>=0.23.0
Requires-Dist: pytest
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: selenium!=4.11.0,!=4.11.1,!=4.11.2
Provides-Extra: driver
Requires-Dist: galaxy-test-driver; extra == "driver"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file


.. image:: https://badge.fury.io/py/galaxy-test-selenium.svg
   :target: https://pypi.org/project/galaxy-test-selenium/



Overview
--------

The Galaxy_ Selenium tests.

* Code: https://github.com/galaxyproject/galaxy

.. _Galaxy: http://galaxyproject.org/

History
-------

.. to_doc

-------------------
26.0.1 (2026-06-04)
-------------------


=========
Bug fixes
=========

* Fix testing, publishing and dependencies of packages by `@nsoranzo <https://github.com/nsoranzo>`_ in `#22445 <https://github.com/galaxyproject/galaxy/pull/22445>`_
* Fix TypeError when generating tour for tool with boolean conditional case by `@ahmedhamidawan <https://github.com/ahmedhamidawan>`_ in `#22532 <https://github.com/galaxyproject/galaxy/pull/22532>`_
* Backport rocrate<0.15.0 pin by `@nsoranzo <https://github.com/nsoranzo>`_ in `#22537 <https://github.com/galaxyproject/galaxy/pull/22537>`_
* Preserve falsy workflow parameter values on workflow rerun by `@mvdbeek <https://github.com/mvdbeek>`_ in `#22601 <https://github.com/galaxyproject/galaxy/pull/22601>`_
* Fix workflow rerun for unset optional data inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#22664 <https://github.com/galaxyproject/galaxy/pull/22664>`_
* Fix data source tool redirect back to Galaxy SPA by `@mvdbeek <https://github.com/mvdbeek>`_ in `#22720 <https://github.com/galaxyproject/galaxy/pull/22720>`_

-------------------
20.9.0 (2020-10-15)
-------------------

* First release from the 20.09 branch of Galaxy.
