We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e66ae commit 610ce8aCopy full SHA for 610ce8a
.github/workflows/ci.yml
@@ -106,6 +106,10 @@ jobs:
106
done
107
timeout-minutes: 100
108
109
+
110
+ - name: Check for test results
111
+ run: tree e2e
112
113
- name: Install dependencies for golden test monitor
114
run: pnpm install axios
115
e2e/angular/project.json
@@ -5,5 +5,9 @@
5
"projectType": "application",
6
"implicitDependencies": ["angular"],
7
"// targets": "to see all targets run: nx show project e2e-angular --web",
8
- "targets": {}
+ "targets": {
9
+ "e2e-ci": {
10
+ "outputs": ["{workspaceRoot}/e2e/{projectRoot}/test-results.json"]
11
+ }
12
13
}
0 commit comments