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 61eb942 commit 5b75d06Copy full SHA for 5b75d06
examples/plugins/project.json
@@ -7,17 +7,7 @@
7
"build": {},
8
"lint": {},
9
"unit-test": {},
10
- "int-test": {
11
- "cache": true,
12
- "outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
13
- "executor": "@nx/vite:test",
14
- "options": {
15
- "configFile": "{projectRoot}/vitest.int.config.ts",
16
- "coverage": {
17
- "enabled": true
18
- }
19
20
- },
+ "int-test": {},
21
"run-collect": {
22
"command": "npx dist/packages/cli collect --config=examples/plugins/code-pushup.config.ts --persist.format=md",
23
"dependsOn": [
0 commit comments