AAE-39263 Remove Playwright dependencies (#11294)

* Remove Playwright dependencies

* Remove unused VSCode configuration files
This commit is contained in:
Denys Vuika
2025-10-22 07:08:52 -04:00
committed by GitHub
parent b1f9f32e3f
commit 81a0ee0963
7 changed files with 0 additions and 124 deletions
-10
View File
@@ -38,16 +38,6 @@
"lintFilePatterns": ["lib/process-services-cloud/**/*.ts", "lib/process-services-cloud/**/*.html"]
}
},
"e2e-playwright": {
"executor": "nx:run-commands",
"options": {
"commands": [
{
"command": "playwright test --config='e2e-playwright/playwright.config.ts'"
}
]
}
},
"stylelint": {
"executor": "nx:run-commands",
"options": {