Skip to content

Commit

Permalink
Add browser option to Test Runner settings (robotframework#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 authored Oct 4, 2024
1 parent b1f9b08 commit d5b46a5
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni

== https://github.com/robotframework/RIDE[Unreleased]

=== Added

- Added a setting for a specific Browser by editing the settings.cfg file. Add the string parameter
``browser`` in the section ``[Plugins][[Test Runner]]``.

=== Changed

- Changed the order of insert and delete rows in Grid Editor rows context menu.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w

`pip install -U robotframework-ride`

(3.8 <= python <= 3.12) Install current development version (**2.1dev84**) with:
(3.8 <= python <= 3.12) Install current development version (**2.1dev85**) with:

`pip install -U https://github.com/robotframework/RIDE/archive/master.zip`

Expand Down
Loading

0 comments on commit d5b46a5

Please sign in to comment.