Skip to content

Commit 330d7db

Browse files
committed
Release notes for 18.5.0
1 parent a682253 commit 330d7db

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
======================
2+
Browser library 18.5.0
3+
======================
4+
5+
6+
.. default-role:: code
7+
8+
9+
Browser_ is a web testing library for `Robot Framework`_ that utilizes
10+
the Playwright_ tool internally. Browser library 18.5.0 is a new release with
11+
which has Playwright 1.44.0 and bug fix to rfbrowser --version command. Also
12+
there is small refactoring to creating Docker container. All issues targeted
13+
for Browser library v18.5.0 can be found from the `issue tracker`_.
14+
For first time installation with pip_, just run
15+
::
16+
pip install robotframework-browser
17+
rfbrowser init
18+
to install the latest available release. If you upgrading
19+
from previous release with pip_, run
20+
::
21+
pip install --upgrade robotframework-browser
22+
rfbrowser clean-node
23+
rfbrowser init
24+
Alternatively you can download the source distribution from PyPI_ and
25+
install it manually. Browser library 18.5.0 was released on Thursday May 16, 2024.
26+
Browser supports Python 3.8+, Node 18/20 LTS and Robot Framework 5.0+.
27+
Library was tested with Playwright 1.44.0
28+
29+
.. _Robot Framework: http://robotframework.org
30+
.. _Browser: https://github.com/MarketSquare/robotframework-browser
31+
.. _Playwright: https://github.com/microsoft/playwright
32+
.. _pip: http://pip-installer.org
33+
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
34+
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v18.5.0
35+
36+
37+
.. contents::
38+
:depth: 2
39+
:local:
40+
41+
Most important enhancements
42+
===========================
43+
44+
rfbrowser --version fails with exception from (`#3600`_)
45+
---------------------------------------------------------
46+
New priting out version does not fail.
47+
48+
49+
Full list of fixes and enhancements
50+
===================================
51+
52+
.. list-table::
53+
:header-rows: 1
54+
55+
* - ID
56+
- Type
57+
- Priority
58+
- Summary
59+
* - `#3600`_
60+
- bug
61+
- critical
62+
- rfbrowser --version fails with exception from
63+
64+
Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av18.5.0>`__.
65+
66+
.. _#3600: https://github.com/MarketSquare/robotframework-browser/issues/3600

0 commit comments

Comments
 (0)