Is your feature request related to a problem? Please describe.
In some cases, it makes sense to execute steps of a use case withing a specific enviornment only. E.g. on linux, it might be necessary to change the ownership of a directory, on Windows, however, it is not necessary.
Describe the solution you'd like
It is already possible to skip steps based on specific conditions. It would be nice to have access to variable to compare on which OS a use case is executed to skip a step.
Is your feature request related to a problem? Please describe.
In some cases, it makes sense to execute steps of a use case withing a specific enviornment only. E.g. on linux, it might be necessary to change the ownership of a directory, on Windows, however, it is not necessary.
Describe the solution you'd like
It is already possible to skip steps based on specific conditions. It would be nice to have access to variable to compare on which OS a use case is executed to skip a step.