mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
increase default timeout due possible slow env (#1812)
* increase default timeout due possible slow env * parallel test can affect this check * unused call * remove * reduce size test lib * fix search test * remove log * build * reorganize file actionsAvailable tests * fix * fix * Update single-file-actions.test.ts * Update single-file-actions.test.ts * fix viewer actions from search results tests * fix snackbar actions tests * forgot console.log * exclude Co-authored-by: Adina Parpalita <Adina.Parpalita@ness.com>
This commit is contained in:
co-authored by
Adina Parpalita
parent
092d430470
commit
8186ee16ac
+1
-2
@@ -17,8 +17,7 @@
|
||||
"lint": "ng lint && npm run spellcheck && npm run e2e.typecheck",
|
||||
"update-webdriver": "./scripts/update-webdriver.sh",
|
||||
"e2e.typecheck": "tsc -p ./e2e/tsconfig.e2e.typecheck.json",
|
||||
"e2e": "npm run update-webdriver && protractor --baseUrl=${TEST_BASE_URL:-http://localhost:8080/content-app} $SUITE",
|
||||
"e2e.local": "npm run update-webdriver && protractor --baseUrl=http://localhost:4200",
|
||||
"e2e": "npm run update-webdriver && protractor $SUITE",
|
||||
"spellcheck": "cspell '{src,e2e,projects}/**/*.ts'",
|
||||
"inspect.bundle": "ng build app --prod --stats-json && npx webpack-bundle-analyzer dist/app/stats.json",
|
||||
"validate-config": "ajv validate -s ./node_modules/@alfresco/adf-core/app.config.schema.json -d ./src/app.config.json --errors=text --verbose"
|
||||
|
||||
Reference in New Issue
Block a user