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
I was wondering if it would be possible to expose Configuration structure (or at least TestParams) in public API. It would be very useful to be able to set maxSize and maxSuccess within the code for some scenarios. The most straightforward way would be to just move definitions of those structures, along with configuration methods outside of the detail namespace. (+ make configuration return non-const reference).
Do you think it would be feasible?
Alternatively, maybe there could be an additional check overload that would accept TestParams (in such case, the values from ENV variable could override the ones passed in the code)?
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if it would be possible to expose Configuration structure (or at least TestParams) in public API. It would be very useful to be able to set
maxSize
andmaxSuccess
within the code for some scenarios. The most straightforward way would be to just move definitions of those structures, along withconfiguration
methods outside of the detail namespace. (+ makeconfiguration
return non-const reference).Do you think it would be feasible?
Alternatively, maybe there could be an additional
check
overload that would accept TestParams (in such case, the values from ENV variable could override the ones passed in the code)?The text was updated successfully, but these errors were encountered: