mkorpela / pabot

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

Add value to valueset #495

Open nestoracunablanco opened 2 years ago

nestoracunablanco commented 2 years ago

Pabot offers the possibility to read resources from a valueset.dat file. This is great, however it requires that the file exists before the pabot execution.

There are cases in which this parameters are not known in advance but they can be discovered before the execution of an specific test case. Being able to add the parameters at runtime can reduce the need of some users to call external tools to generate the valueset.dat file.

One idea could be to introduce a new method in the pabot library to add new values.