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
We have a duplication problem that is generated by the repeated validations/preconditions we need to run on all the user input (suites, tests, assertions) before running a test suite or even considering it a valid one.
Proposed solution
Introduce the precondition object that is responsible for doing something like:
Problem
We have a duplication problem that is generated by the repeated validations/preconditions we need to run on all the user input (suites, tests, assertions) before running a test suite or even considering it a valid one.
Proposed solution
Introduce the precondition object that is responsible for doing something like:
condition and error message must be provided by the user
The text was updated successfully, but these errors were encountered: