Releases: mkorpela/pabot
2.15.0
Full Changelog:
Added —processtimeout option to handle cases where a robot framework execution gets stucks.
Pabot 2.14.0
What's Changed
- Support providing arguments to shared libraries by @Alex-Weatherhead in #520
New Contributors
- @Alex-Weatherhead made their first contribution in #520
Full Changelog: 2.13.0...2.14.0
Pabot 2.13.0
Support ROBOT_SYSLOG_FILE.
Files will be stored in the pabot output directories.
Pabot 2.12.0
Full Changelog: 2.11.0...2.12.0
Add ability to set --processes
to value "all". "all" means as many processes as are needed to start all suites or tests being ran at the same time.
Pabot 2.11.0
Adds support for partial name matching with ordering file suite options.
Pabot 2.10.0
Full Changelog: 2.9.0...2.10.0
- #504 Preserve file metadata in copy
Thanks https://github.com/bollwyvl for the contribution!
Pabot 2.9.0
What's Changed
This allows now easier programmatic use of pabot by not directly calling sys.exit.
- #399 - Added exit arg to main function by @medic8601 in #400
New Contributors
- @medic8601 made their first contribution in #400
Full Changelog: 2.8.0...2.9.0
Pabot 2.7.0
What's Changed
- New keyword: "Add Value To Set" by @nestoracunablanco in #496
Full Changelog: 2.6.0...2.7.0
Pabot 2.6.0
What's Changed
- Implement #DEPENDS keyword. by @nestoracunablanco in #492
Full Changelog: 2.5.5...2.6.0
Pabot 2.5.5
Fixing DataDriver generated tests with Run Teardown Only Once
that was executed multiple times.
#468