Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions e2e/ci-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "ci"],
"tags": ["scope:tooling", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/cli-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli"],
"tags": ["scope:core", "scope:plugin", "type:e2e"]
Expand Down
8 changes: 1 addition & 7 deletions e2e/create-cli-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"keepServerRunning": true,
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["create-cli"],
"tags": ["scope:tooling", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/nx-plugin-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["test-utils", "nx-plugin"],
"tags": ["scope:tooling", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/plugin-axe-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "plugin-axe"],
"tags": ["scope:plugin", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/plugin-coverage-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "plugin-coverage"],
"tags": ["scope:plugin", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/plugin-eslint-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "plugin-eslint"],
"tags": ["scope:plugin", "type:e2e"]
Expand Down
2 changes: 1 addition & 1 deletion e2e/plugin-js-packages-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"executor": "@nx/vitest:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
Expand Down
7 changes: 1 addition & 6 deletions e2e/plugin-jsdocs-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
"implicitDependencies": ["cli", "plugin-jsdocs"],
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "e2e/plugin-jsdocs-e2e/vitest.e2e.config.ts"
}
}
"e2e": {}
}
}
7 changes: 1 addition & 6 deletions e2e/plugin-lighthouse-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "plugin-lighthouse"],
"tags": ["scope:plugin", "type:e2e"]
Expand Down
7 changes: 1 addition & 6 deletions e2e/plugin-typescript-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
"projectType": "application",
"targets": {
"lint": {},
"e2e": {
"executor": "@nx/vite:test",
"options": {
"configFile": "e2e/plugin-typescript-e2e/vitest.e2e.config.ts"
}
}
"e2e": {}
},
"implicitDependencies": ["cli", "plugin-typescript"],
"tags": ["scope:plugin", "type:e2e"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,6 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
"description": "Errors that occur during type checking and type inference",
"details": {
"issues": [
{
"message": "TS2694: Namespace ''./index'' has no exported member 'IOptions'.",
"severity": "error",
"source": {
"file": "node_modules/@types/glob/index.d.ts",
"position": {
"startLine": 29,
},
},
},
{
"message": "TS2724: ''./index'' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?",
"severity": "error",
"source": {
"file": "node_modules/@types/glob/index.d.ts",
"position": {
"startLine": 74,
},
},
},
{
"message": "TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.",
"severity": "error",
Expand All @@ -100,11 +80,11 @@ exports[`PLUGIN collect report with typescript-plugin NPM package > should run p
},
],
},
"displayValue": "4 errors",
"displayValue": "2 errors",
"score": 0,
"slug": "semantic-errors",
"title": "Semantic errors",
"value": 4,
"value": 2,
},
{
"description": "Errors that occur during TypeScript language service operations",
Expand Down
25 changes: 13 additions & 12 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,42 +85,43 @@
"outputs": [
"{workspaceRoot}/coverage/{projectName}/unit-tests/lcov.info"
],
"executor": "@nx/vite:test",
"executor": "@nx/vitest:test",
"options": {
"configFile": "{projectRoot}/vitest.unit.config.ts",
"coverage": {
"enabled": true
}
},
"passWithNoTests": true,
"watch": false
}
},
"int-test": {
"cache": true,
"inputs": ["default", "^production", "test-vitest-inputs"],
"outputs": ["{workspaceRoot}/coverage/{projectName}/int-tests/lcov.info"],
"executor": "@nx/vite:test",
"executor": "@nx/vitest:test",
"options": {
"configFile": "{projectRoot}/vitest.int.config.ts",
"coverage": {
"enabled": true
}
},
"passWithNoTests": true,
"watch": false
}
},
"e2e": {
"cache": true,
"inputs": ["default", "test-vitest-inputs"],
"dependsOn": ["^build"]
},
"nxv-pkg-install": {
"parallelism": false
},
"@nx/vite:test": {
"cache": true,
"inputs": ["default", "test-vitest-inputs"],
"executor": "@nx/vitest:test",
"options": {
"configFile": "{projectRoot}/vitest.e2e.config.ts",
"passWithNoTests": true,
"watch": false
}
},
"nxv-pkg-install": {
"parallelism": false
},
"code-pushup": {
"cache": false,
"executor": "nx:run-commands",
Expand Down
Loading