Skip to content

Commit 879398e

Browse files
committed
fix(angular): add outputs to e2e-ci
1 parent 64e66ae commit 879398e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

e2e/angular/project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"projectType": "application",
66
"implicitDependencies": ["angular"],
77
"// targets": "to see all targets run: nx show project e2e-angular --web",
8-
"targets": {}
8+
"targets": {
9+
"e2e-ci": {
10+
"outputs": ["{workspaceRoot}/e2e/{projectName}/test-results.json"]
11+
}
12+
}
913
}

0 commit comments

Comments
 (0)