Skip to content

Commit de19ed2

Browse files
author
mihaiparvu
committed
Preparation for 1.6.0 release
1 parent 59e81ab commit de19ed2

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

docs/ScreenCapLibrary-1.6.0.rst

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
======================
2+
ScreenCapLibrary 1.6.0
3+
======================
4+
5+
6+
.. default-role:: code
7+
8+
9+
ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run.
10+
ScreenCapLibrary 1.6.0 is a new release with possibility to embed screenshots/videos directly into log.html and
11+
several other enhancements and bug fixes.
12+
All issues targeted for ScreenCapLibrary v1.6.0 can be found from
13+
the `issue tracker`_.
14+
15+
If you have pip_ installed, just run
16+
17+
::
18+
19+
pip install --upgrade robotframework-screencaplibrary
20+
21+
to install the latest release or use
22+
23+
::
24+
25+
pip install robotframework-screencaplibrary==1.6.0
26+
27+
to install exactly this version. Alternatively you can download the source
28+
distribution from PyPI_ and install it manually.
29+
30+
ScreenCapLibrary 1.6.0 was released on Monday February 21, 2022.
31+
32+
.. _Robot Framework: http://robotframework.org
33+
.. _ScreenCapLibrary: https://github.com/mihaiparvu/ScreenCapLibrary
34+
.. _pip: http://pip-installer.org
35+
.. _PyPI: https://pypi.python.org/pypi/robotframework-screencaplibrary
36+
.. _issue tracker: https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.6.0
37+
38+
39+
.. contents::
40+
:depth: 2
41+
:local:
42+
43+
Full list of fixes and enhancements
44+
===================================
45+
46+
.. list-table::
47+
:header-rows: 1
48+
49+
* - ID
50+
- Type
51+
- Priority
52+
- Summary
53+
* - `#71`_
54+
- enhancement
55+
- medium
56+
- Add possibilty to embed screenshots directly into log.html
57+
* - `#68`_
58+
- enhancement
59+
- low
60+
- Capsulate events to videoclient and eliminate busy loops
61+
62+
Altogether 2 issues. View on the `issue tracker <https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.6.0>`__.
63+
64+
.. _#71: https://github.com/mihaiparvu/ScreenCapLibrary/issues/71
65+
.. _#68: https://github.com/mihaiparvu/ScreenCapLibrary/issues/68

0 commit comments

Comments
 (0)