dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.75k stars 746 forks source link

chore: set up vscode config to attach to test:debug #4430

Closed dbjorge closed 2 months ago

dbjorge commented 2 months ago

This updates the existing test:debug run script to pass --remote-debugging-port to chrome, and then sets up a vscode launch profile to connect to that port.

No QA required.