Skip to content

Commit fe44df4

Browse files
author
John Doe
committed
refactor: refactor e2e to use @nx/vitest executor in favour of deprecated @nx/vite
1 parent 222aaa9 commit fe44df4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

e2e/ci-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/cli-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/create-cli-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"keepServerRunning": true,
1212
"configFile": "{projectRoot}/vitest.e2e.config.ts"

e2e/nx-plugin-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/plugin-axe-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/plugin-coverage-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/plugin-eslint-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

e2e/plugin-js-packages-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"targets": {
88
"lint": {},
99
"e2e": {
10-
"executor": "@nx/vite:test",
10+
"executor": "@nx/vitest:test",
1111
"options": {
1212
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1313
}

e2e/plugin-jsdocs-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"targets": {
99
"lint": {},
1010
"e2e": {
11-
"executor": "@nx/vite:test",
11+
"executor": "@nx/vitest:test",
1212
"options": {
1313
"configFile": "e2e/plugin-jsdocs-e2e/vitest.e2e.config.ts"
1414
}

e2e/plugin-lighthouse-e2e/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"targets": {
77
"lint": {},
88
"e2e": {
9-
"executor": "@nx/vite:test",
9+
"executor": "@nx/vitest:test",
1010
"options": {
1111
"configFile": "{projectRoot}/vitest.e2e.config.ts"
1212
}

0 commit comments

Comments
 (0)