Releases: DetachHead/pytest-robotframework
Releases · DetachHead/pytest-robotframework
4.3.0
What's Changed
- drop support for python 3.8 by @DetachHead in #217
- fix crash with keyword decorator on class libraries by @DetachHead in #311
Full Changelog: 4.2.6...4.3.0
4.2.6
What's Changed
- fix
scripts
being published as a package by @DetachHead in #309
Full Changelog: 4.2.5...4.2.6
4.2.5
What's Changed
- support robotframework 7.1 by @DetachHead in #303 & #304
Full Changelog: 4.2.4...4.2.5
4.2.4
What's Changed
- Truncate arguments to keywords in the robot log if the values are too long by @DetachHead in #301
Full Changelog: 4.2.3...4.2.4
4.2.3
What's Changed
- fix
--maxfail
and--exitfirst
pytest args by @DetachHead in #289 - show skip reason in the robot log by @DetachHead in #289
Full Changelog: 4.2.2...4.2.3
4.2.2
What's Changed
- fix robot logs file paths being outputted to the terminal when running pytest with
--collect-only
by @DetachHead in #282
Full Changelog: 4.2.1...4.2.2
4.2.1
What's Changed
- fix crash when disabling setups/teardowns by setting them to
None
inside a.robot
test by @DetachHead in #278 - fix the terminal summary with a custom outputdir by @KotlinIsland in #279
Full Changelog: 4.2.0...4.2.1
4.2.0
What's Changed
- fix tracebacks in terminal from failures in
.robot
tests by @KotlinIsland in #269 - make the console work properly by @KotlinIsland in #265
- fix crash when running with python and robot file, and fix no tests being run when running two robot files by @DetachHead in #274
Full Changelog: 4.1.4...4.2.0
4.1.4
What's Changed
- fix crash caused by xdist workers not running the correct tests in some cases by @DetachHead in #264
Full Changelog: 4.1.3...4.1.4
4.1.3
What's Changed
- update documentation for vscode integration to recommend the new robotcode extension instead of the abandoned robotframework-lsp (#222)
- fix 0 exit code when a robot import fails while
--exitonerror
is set (#261)
Full Changelog: 4.1.2...4.1.3