You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`NODE_OPTIONS`**⚙️**| Set in `.env.local`| Set globally in workflows |`--import tsx` - Enables TypeScript execution for local Nx plugins and generators. **Required for development.**|
22
-
|`TSX_TSCONFIG_PATH`**⚙️**| Set in `.env.local`| Set globally in workflows |`tsconfig.base.json` - Resolves TypeScript path aliases for local packages. **Required for development.**|
23
-
|`env.INCLUDE_SLOW_TESTS`**❗️**|`false`|`true`| Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
24
-
|`env.CUSTOM_CHROME_PATH`| N/A | Windows **❗️❗️**| Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
25
-
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
26
-
27
-
**⚙️** TypeScript Execution Setup (Required)
28
-
29
-
This project uses local Nx plugins and generators written in TypeScript. To run them, you need:
|`env.INCLUDE_SLOW_TESTS`**❗️**|`false`|`true`| Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
22
+
|`env.CUSTOM_CHROME_PATH`| N/A | Windows **❗️❗️**| Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
23
+
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
52
24
53
25
**❗️** Test Inclusion Logic
54
26
@@ -94,7 +66,7 @@ Some of the plugins have a longer runtime. In order to ensure better DX, longer
94
66
95
67
You can control the execution of long-running tests over the `INCLUDE_SLOW_TESTS` environment variable.
96
68
97
-
To change this setup, open your `.env.local` file in the root folder (or copy from `.env.local.example` if it doesn't exist).
69
+
To change this setup, open (or create) the `.env` file in the root folder.
98
70
Edit or add the environment variable there as follows: `INCLUDE_SLOW_TESTS=true`.
0 commit comments