You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way I have gotten this to work is to set a system and not task property on Test, e.g. after which I can use retrieve this value inside the cucumber task from System.getProperty()
How do I set task properties to the cucumber task from outside the cucumber block?
Normally one would do it like this:
But if I want to set properties globally through 'withType' for example, it doesn't work. None of the below gets picked up.
The only way I have gotten this to work is to set a system and not task property on Test, e.g. after which I can use retrieve this value inside the cucumber task from System.getProperty()
Why are task properties not propagated?
The text was updated successfully, but these errors were encountered: