[ACS-6797] search general migrated from Protractor to Playwright (#3674)

* ACS-6797 search general migrated v1

* [ACS-6797] SonarCloud fix + test name update

* [ACS-6797] Tests fixed and passing

* [ACS-6797] Old protractor tests deleted from yml file
This commit is contained in:
Adam Świderski
2024-02-29 14:21:32 +01:00
committed by GitHub
parent 224cd62cbb
commit 89f12dc731
10 changed files with 358 additions and 5 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"extends": "../../../.eslintrc.json",
"ignorePatterns": [
"!**/*"
],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"e2e/playwright/search/tsconfig.e2e.json"
],
"createDefaultProgram": true
},
"plugins": [
"rxjs",
"unicorn"
],
"rules": {
"@typescript-eslint/no-floating-promises": "off"
}
}
]
}