-
-
Notifications
You must be signed in to change notification settings - Fork 2
Assertion capture #291
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestselenium-devtools-pyPython Selenium adapter for the DevTools dashboardPython Selenium adapter for the DevTools dashboard
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestselenium-devtools-pyPython Selenium adapter for the DevTools dashboardPython Selenium adapter for the DevTools dashboard
Part of #277
No assertion rows are captured. The JS side patches
node:assertthrough
core/assert-patcherand renders passing and failing rows; a pytestassertion is a rewritten
assertstatement, so the mechanism has to differ.Acceptance criteria
Failing and passing assertions appear as rows carrying
expected and actual. The Errors tab collects the failures.