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
Theories test runner is powerful but has some drawbacks:
When error happen, it's hard to know what parameter combination is making that error
Do not have option to continue the test method with other parameter combination if one failed. Currently for a test method, it stops if failed with any parameter combination.