mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-11871] e2e test for link document (#5281)
* [ACS-11871] e2e test for link document * [ACS-11871] fix test case name and improve test with icon check * [ACS-11871] add CI run for e2e and comment fix * [ACS-11871] add CI run for e2e * [ACS-11871] add CI run for e2e * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * add fix for comment pr review locator and try catch * [ACS-11871] test fix, remove icon logic to very in manual test * [ACS-11871] e2e test for link document * [ACS-11871] fix test case name and improve test with icon check * [ACS-11871] add CI run for e2e and comment fix * [ACS-11871] add CI run for e2e * [ACS-11871] add CI run for e2e * add fix for comment pr review locator and try catch * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * [ACS-11871] test fix, remove icon logic to very in manual test * delete link test fix * fix delete test --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI
parent
dd2d1f8711
commit
ea8eab3986
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.adf.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../../out-tsc/e2e",
|
||||
"baseUrl": "./",
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"types": ["jasmine", "jasminewd2", "node"],
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@alfresco/aca-playwright-shared": ["dist/@alfresco/aca-playwright-shared"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user