Pabot 1.6.0 released

Hi all,
This release changes and fixes --name behaviour in case of using --argumentfilenN options to execute same suite multiple times with differing arguments.
Now you can have --name defined in those argumentfiles. This will allow you to better identify what execution log part is from.

For instance
pabot --argumentfile arg1.txt --argumentfile arg2.txt --name top testsdirectory

arg1.txt containing --name firstRun
arg2.txt containing --name secondRun

Will produce following name structure to log:

top

  • firstRun
    • tests
  • secondRun
    • tests

As always all the feedback is very welcome!
If any problems are detected please inform about it either here, slack or through github issues.
robotframework.slack.com channel #pabot
github.com/mkorpela/pabot/issues

Release page: pypi.org/project/robotframework-pabot/1.6.0/