Releases: mkorpela/pabot
Releases · mkorpela/pabot
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
Pabot 2.5.4
Pabot 2.5.3
Fix regression with output.xml generation with argumentfileN options.
Full Changelog: 2.5.2...2.5.3
Pabot 2.5.2
- Enhance RF 5 compatibility
- Improve performance with DataDriver
Pabot 2.5.1
- Fix issue #465 with DataDriver running too many suites.
Full Changelog: 2.5.0...2.5.1
Pabot 2.5.0
New option: --chunk
Optionally chunk tests to PROCESSES number of robot runs.
Thanks René ( @Snooz82 ) for the great idea!
Pabot 2.4.0
- 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
- Metadata merging from all runs #412 Thank you @DirkRichter !
- Replace the deprecated function getargspec to getfullargspec #406 Thank you @hicycle !