Skip to content

Releases: mkorpela/pabot

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 !

Fix stacktrace variable side-effect

12 Jul 18:37
106434c
Compare
Choose a tag to compare

Stacktrace listener could cause side-effect failure in specific cases.
This has now been fixed by updating dependency to robotframework-stacktrace 0.4.1

Stack traces and bye bye Python 2.7

12 Jun 08:37
635e84a
Compare
Choose a tag to compare

This release drops support to Python 2.7.
And adds robotframework-stacktrace when running with normal robot without listeners.

So console output will be like this:

pabot tmp
2021-06-08 21:21:23.083356 [PID:3664] [0] [ID:0] EXECUTING Tmp.Testing
2021-06-08 21:21:23.394708 [PID:3664] [0] [ID:0] Execution failed in Tmp.Testing with 1 failing test(s)
==============================================================================
Tmp
==============================================================================
Tmp.Testing
==============================================================================
Testing
  Traceback (most recent call last):
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:2
    T:  Testing
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:4
      Keyer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    File  ../testing.robot:8
      Fail    foo
______________________________________________________________________________
| FAIL |
foo
------------------------------------------------------------------------------
Tmp.Testing                                                           | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Tmp                                                                   | FAIL |
1 test, 0 passed, 1 failed
==============================================================================
Output:  ../pabot_results/0/output.xml