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 139b941 commit 454f986Copy full SHA for 454f986
e2e/plugin-lighthouse-e2e/project.json
@@ -5,7 +5,12 @@
5
"projectType": "application",
6
"targets": {
7
"lint": {},
8
- "e2e": {}
+ "e2e": {
9
+ "executor": "@nx/vite:test",
10
+ "options": {
11
+ "configFile": "{projectRoot}/vitest.e2e.config.ts"
12
+ }
13
14
},
15
"implicitDependencies": ["cli", "plugin-lighthouse"],
16
"tags": ["scope:plugin", "type:e2e"]
0 commit comments