mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Increase timeout and modify login async (#4795)
* increase timeout and modify login async * run e2e if testing is changed * improve cdk fix * fix travis update projects * disable ghostMode lite server * lint fix * fix timeout * multiple try * Update content-services-e2e.sh * Update search-e2e.sh * Update process-services-e2e.sh * Update core-e2e.sh * Update protractor.conf.ts * fix unit * remove async * increqase notification time * 3 parallel * dix path issue in save * small refactor protractor ts * fix save * create license check first script adf cli * modify regex check * refactor notification history component * decrease notification * fix notification message problem * fix test * update packages wit high risk * revert cahnge login sso e2e * fix dep * fix documentation duplication and issue * fix after review * fix after review * try 6 parallel test * back to 3 parallel test no real time improve with 6
This commit is contained in:
+8
-7
@@ -12,7 +12,7 @@
|
||||
"00": "echo -------------------------------------------- DOC -----------------------------------------------",
|
||||
"00s": "",
|
||||
"markdownlint": "markdownlint ./docs",
|
||||
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
|
||||
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
|
||||
"license-checker": "license-checker --production --failOn 'GPL' > licenses.txt",
|
||||
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
|
||||
"01s": "",
|
||||
@@ -128,13 +128,13 @@
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
"@types/node": "6.0.90",
|
||||
"ajv-cli": "^3.0.0",
|
||||
"bundlesize": "^0.15.3",
|
||||
"bundlesize": "^0.17.2",
|
||||
"chalk": "^2.3.2",
|
||||
"codelyzer": "5.0.0",
|
||||
"dotenv": "6.2.0",
|
||||
"commander": "^2.15.1",
|
||||
"concurrently": "^3.5.1",
|
||||
"cspell": "^3.1.3",
|
||||
"dotenv": "6.2.0",
|
||||
"ejs": "^2.6.1",
|
||||
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
||||
"fs-extra": "^4.0.2",
|
||||
@@ -147,8 +147,8 @@
|
||||
"jasmine-reporters": "^2.3.2",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
"jasmine2-protractor-utils": "1.1.3",
|
||||
"js-yaml": "^3.12.0",
|
||||
"karma": "~2.0.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"karma": "^4.1.0",
|
||||
"karma-chrome-launcher": "~2.2.0",
|
||||
"karma-cli": "~1.0.1",
|
||||
"karma-coverage": "^1.1.2",
|
||||
@@ -160,9 +160,9 @@
|
||||
"karma-remap-istanbul": "0.6.0",
|
||||
"karma-systemjs": "0.16.0",
|
||||
"license-checker": "^25.0.1",
|
||||
"lite-server": "^2.4.0",
|
||||
"lint-staged": "^8.1.7",
|
||||
"markdownlint-cli": "^0.12.0",
|
||||
"lite-server": "^2.4.0",
|
||||
"markdownlint-cli": "^0.16.0",
|
||||
"mdast-util-compact": "^1.0.1",
|
||||
"mdast-util-heading-range": "^2.1.0",
|
||||
"mdast-util-toc": "^2.0.1",
|
||||
@@ -172,6 +172,7 @@
|
||||
"ng-packagr": "4.7.1",
|
||||
"node-sass": "4.9.2",
|
||||
"protractor": "^5.4.0",
|
||||
"protractor-browser-logs": "^1.0.423",
|
||||
"protractor-html-reporter-2": "^1.0.4",
|
||||
"protractor-retry": "^1.2.0",
|
||||
"raw-loader": "0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user