-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cristii006
committed
Dec 15, 2020
1 parent
b1d9299
commit ca0ea2a
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
========================================== | ||
ScreenCapLibrary 1.5.0 Release Candidate 1 | ||
========================================== | ||
|
||
|
||
.. default-role:: code | ||
|
||
|
||
ScreenCapLibrary is a `Robot Framework`_ test library for taking screenshots on the machine where tests are run. | ||
ScreenCapLibrary 1.5.0rc1 is a new release with support for pausing and resuming video captures, displaying cursor | ||
and several enhancements and bug fixes. | ||
All issues targeted for ScreenCapLibrary v1.5.0 can be found from | ||
the `issue tracker`_. | ||
|
||
If you have pip_ installed, just run | ||
|
||
:: | ||
|
||
pip install --pre --upgrade robotframework-screencaplibrary | ||
|
||
to install the latest release or use | ||
|
||
:: | ||
|
||
pip install robotframework-screencaplibrary==1.5.0rc1 | ||
|
||
to install exactly this version. Alternatively you can download the source | ||
distribution from PyPI_ and install it manually. | ||
|
||
ScreenCapLibrary 1.5.0rc1 was released on Tuesday December 15, 2020. | ||
|
||
.. _Robot Framework: http://robotframework.org | ||
.. _ScreenCapLibrary: https://github.com/mihaiparvu/ScreenCapLibrary | ||
.. _pip: http://pip-installer.org | ||
.. _PyPI: https://pypi.python.org/pypi/robotframework-screencaplibrary | ||
.. _issue tracker: https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.5.0 | ||
|
||
|
||
.. contents:: | ||
:depth: 2 | ||
:local: | ||
|
||
Full list of fixes and enhancements | ||
=================================== | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - ID | ||
- Type | ||
- Priority | ||
- Summary | ||
- Added | ||
* - `#50`_ | ||
- enhancement | ||
- medium | ||
- Display mouse cursor during the video recording | ||
- rc 1 | ||
* - `#56`_ | ||
- bug | ||
- medium | ||
- redundant embedded snapshot when using take_partial_screenshot | ||
- rc 1 | ||
* - `#63`_ | ||
- enhancement | ||
- medium | ||
- Add Pause/Resume keywords | ||
- rc 1 | ||
|
||
|
||
Altogether 3 issues. View on the `issue tracker <https://github.com/mihaiparvu/ScreenCapLibrary/issues?q=milestone%3Av1.5.0>`__. | ||
|
||
.. _#50: https://github.com/mihaiparvu/ScreenCapLibrary/issues/50 | ||
.. _#56: https://github.com/mihaiparvu/ScreenCapLibrary/issues/56 | ||
.. _#63: https://github.com/mihaiparvu/ScreenCapLibrary/issues/63 |