mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Allow arguments to be passed to shared libraries. #519

Closed Alex-Weatherhead closed 1 year ago

Alex-Weatherhead commented 1 year ago

Currently, there is no way to pass arguments to shared libraries.

For example, while this is supported:

*** Settings ***
Library    pabot.PabotLib
Library    pabot.SharedLibrary    ExLib

... this is not:

*** Settings ***
Library    pabot.PabotLib
Library    pabot.SharedLibrary    ExLib    args=@{ARGS}

It should be very simple fix this. I am more than happy to create a PR.

mkorpela commented 1 year ago

Thank you! Released as Pabot 2.14.0