Skip to content

Commit 8c2d437

Browse files
committed
Release notes for 18.6.1
1 parent 5806a22 commit 8c2d437

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
======================
2+
Browser library 18.6.1
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.6.1 is a new release with
11+
bug fixe to Docker creation. All issues targeted for Browser library
12+
v18.6.1 can be found from the `issue tracker`_. For first time installation
13+
with pip_, just run
14+
::
15+
pip install robotframework-browser
16+
rfbrowser init
17+
to install the latest available release. If you upgrading
18+
from previous release with pip_, run
19+
::
20+
pip install --upgrade robotframework-browser
21+
rfbrowser clean-node
22+
rfbrowser init
23+
Alternatively you can download the source distribution from PyPI_ and
24+
install it manually. Browser library 18.6.1 was released on Saturday June 22, 2024.
25+
Browser supports Python 3.8+, Node 18/20 LTS and Robot Framework 5.0+.
26+
Library was tested with Playwright 1.44.1
27+
28+
.. _Robot Framework: http://robotframework.org
29+
.. _Browser: https://github.com/MarketSquare/robotframework-browser
30+
.. _Playwright: https://github.com/microsoft/playwright
31+
.. _pip: http://pip-installer.org
32+
.. _PyPI: https://pypi.python.org/pypi/robotframework-browser
33+
.. _issue tracker: https://github.com/MarketSquare/robotframework-browser/milestones/v18.6.1
34+
35+
36+
.. contents::
37+
:depth: 2
38+
:local:
39+
40+
Most important enhancements
41+
===========================
42+
43+
Docker release got broken (`#3663`_)
44+
------------------------------------
45+
Docker image release had bug and that is now fixed.
46+
47+
Full list of fixes and enhancements
48+
===================================
49+
50+
.. list-table::
51+
:header-rows: 1
52+
53+
* - ID
54+
- Type
55+
- Priority
56+
- Summary
57+
* - `#3663`_
58+
- bug
59+
- critical
60+
- Docker release got broken
61+
62+
Altogether 1 issue. View on the `issue tracker <https://github.com/MarketSquare/robotframework-browser/issues?q=milestone%3Av18.6.1>`__.
63+
64+
.. _#3663: https://github.com/MarketSquare/robotframework-browser/issues/3663

0 commit comments

Comments
 (0)