Skip to content

Releases: mkorpela/pabot

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

Pabot 2.5.4

18 Jul 14:58
6b35073
Compare
Choose a tag to compare

Improve support for RF 5.0.1 and upcoming RF 5.1.0

What's Changed

  • Fix --rerunfailed with 5.0.1 #481
  • Fix 5.1a #484

Pabot 2.5.3

18 Apr 19:15
3cc4ca5
Compare
Choose a tag to compare

Fix regression with output.xml generation with argumentfileN options.

Full Changelog: 2.5.2...2.5.3

Pabot 2.5.2

24 Mar 17:24
ed29bb6
Compare
Choose a tag to compare
  • Enhance RF 5 compatibility
  • Improve performance with DataDriver

Pabot 2.5.1

21 Mar 19:32
9efaf70
Compare
Choose a tag to compare
  • Fix issue #465 with DataDriver running too many suites.

Full Changelog: 2.5.0...2.5.1

Pabot 2.5.0

20 Mar 18:37
6b7e991
Compare
Choose a tag to compare

New option: --chunk Optionally chunk tests to PROCESSES number of robot runs.
Thanks René ( @Snooz82 ) for the great idea!

Pabot 2.4.0

19 Mar 15:30
08c008f
Compare
Choose a tag to compare
  • Fix randomize option with RF 5 rc2 - thank VilleSalonen for reporting this issue!
  • Use only 1 robot run with --processes 1

Full Changelog: 2.3.1...2.4.0

2 PRs merged

03 Oct 13:07
de8a47b
Compare
Choose a tag to compare
  • Metadata merging from all runs #412 Thank you @DirkRichter !
  • Replace the deprecated function getargspec to getfullargspec #406 Thank you @hicycle !