Refactor test execution and linter to support new 'follow' command for window switching, enhance status tracking with visual indicators, and update extraction syntax for improved clarity

This commit is contained in:
seb
2025-07-17 13:13:48 +02:00
parent fe4ce936c6
commit a69911e874
5 changed files with 390 additions and 110 deletions

View File

@@ -59,7 +59,7 @@
"patterns": [
{
"name": "keyword.control.playwrong",
"match": "\\b(use|open|wait|click|fill|scroll|sleep|dump|break|switch to new window|switch to tab|extract)\\b"
"match": "\\b(use|open|wait|click|fill|scroll|sleep|dump|break|follow|switch to tab|extract)\\b"
},
{
"name": "entity.name.function.playwrong",