Skip to content

Commit

Permalink
Update dependencies and a small fix for Launch.json (#15969)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW authored Dec 10, 2024
1 parent 97cbd4c commit dbfcf5c
Show file tree
Hide file tree
Showing 4 changed files with 633 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"request": "launch",
"runtimeExecutable": "npx",
"name": "Update single validation test - WebGL2 (Dev)",
"runtimeArgs": ["playwright", "test", "-c", "${workspaceRoot}/playwright.config.ts", "-project", "webgl2", "-g", "${input:testName}", "--update-snapshots"],
"runtimeArgs": ["playwright", "test", "-c", "${workspaceRoot}/playwright.config.ts", "--project", "webgl2", "-g", "${input:testName}", "--update-snapshots"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229,
Expand Down
Loading

0 comments on commit dbfcf5c

Please sign in to comment.