mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-3392] Create aca-testing-shared project to be reused in ADW (#1480)
* Move e2e framework to aca-shared/testing * * Update e2e suites imports from @alfresco/aca-shared/testing * Remove testing framework from 'e2e' directory * Move e2e testing framework to `aca-testing-shared` project
This commit is contained in:
9
projects/aca-testing-shared/package.json
Normal file
9
projects/aca-testing-shared/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "aca-testing-shared",
|
||||
"version": "1.11.1",
|
||||
"main": "src/index.ts",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^7.2.0",
|
||||
"@angular/core": "^7.2.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user