Execute test when change exclude file (#5989)

* Execute test when change exclude file

* Update protractor.excludes.json

* Update nx.json

* fix first call use all params document list
This commit is contained in:
Eugenio Romano
2020-08-17 10:45:55 +01:00
committed by GitHub
parent bba8ab1839
commit 7cfb95da9d
5 changed files with 59 additions and 60 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
{
"npmScope": "my-company",
"npmScope": "adf",
"implicitDependencies": {
"angular.json": "*",
"package.json": "*",
@@ -7,9 +7,7 @@
"tslint.json": "*",
"nx.json": "*",
".travis.yml": "*",
"e2e/protractor.excludes.json": [
"demoshell-e2e"
]
"e2e/protractor.excludes.json": "*"
},
"projects": {
"demoshell": {