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
This would fix an issue where passing in bad user input often throws a non obvious error message. e.g. not including secretWordsOrPrivateKey throws cannot read property includes of undefined
Describe the solution you'd like.
Validate user input before running synpress
Describe alternatives you've considered.
Typescript partially fixes this problem but zod gives the runtime safety too
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Easy low hanging fruit is to validate all userInput with zod. E.g.
This would fix an issue where passing in bad user input often throws a non obvious error message. e.g. not including secretWordsOrPrivateKey throws
cannot read property includes of undefined
Describe the solution you'd like.
Validate user input before running synpress
Describe alternatives you've considered.
Typescript partially fixes this problem but zod gives the runtime safety too
Additional context
No response
The text was updated successfully, but these errors were encountered: