Skip to content

Releases: mkorpela/pabot

2.15.0

01 Apr 21:10
fadb9c4
Compare
Choose a tag to compare

Full Changelog:
Added —processtimeout option to handle cases where a robot framework execution gets stucks.

2.14.0...2.15.0

Pabot 2.14.0

05 Mar 08:43
a11270c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.0...2.14.0

Pabot 2.13.0

01 Feb 20:36
9fd33d0
Compare
Choose a tag to compare

Support ROBOT_SYSLOG_FILE.
Files will be stored in the pabot output directories.

Pabot 2.12.0

17 Jan 18:55
768a043
Compare
Choose a tag to compare

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

07 Jan 11:11
bd45fa1
Compare
Choose a tag to compare

Adds support for partial name matching with ordering file suite options.

Pabot 2.10.0

30 Dec 11:32
637c738
Compare
Choose a tag to compare

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

30 Dec 09:56
6ae2b4b
Compare
Choose a tag to compare

What's Changed

This allows now easier programmatic use of pabot by not directly calling sys.exit.

New Contributors

Full Changelog: 2.8.0...2.9.0

Pabot 2.7.0

14 Sep 18:24
fe2f1c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

Pabot 2.6.0

02 Aug 15:57
eb6919c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.5...2.6.0

Pabot 2.5.5

31 Jul 16:03
aad22b7
Compare
Choose a tag to compare

Fixing DataDriver generated tests with Run Teardown Only Once that was executed multiple times.
#468