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
Include a Dashboard distinction between "Untested" and "Unreported" tests.
If pytest finishes running all the tests, but there are still rows labeled "Untested" in the SeleniumBase Dashboard, then those rows should be changed to say "Unreported" instead. This can happen when a user overwrites tearDown() with a custom one if that user also forgets to add the super().tearDown() line at the end of that custom tearDown() method. (Writing to the SeleniumBase Dashboard occurs in the default tearDown() method of each test.)