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
There's no avoiding it, we need a functional test suite. There is just no way to cover all end user functionality with our unit test suite. The latest regression had to do with missing yargs configuration. There have been a few others like this.
Goals:
test only things that cannot be covered in unit tests
make them as fast as possible
they cannot be flaky
The text was updated successfully, but these errors were encountered:
There's no avoiding it, we need a functional test suite. There is just no way to cover all end user functionality with our unit test suite. The latest regression had to do with missing yargs configuration. There have been a few others like this.
Goals:
The text was updated successfully, but these errors were encountered: