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
|`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. |
24
-
25
-
**❗️** Test Inclusion Logic
26
-
27
-
-`INCLUDE_SLOW_TESTS='false'` skips long tests.
28
-
- Without `INCLUDE_SLOW_TESTS`, tests run if `CI` is set.
29
-
30
-
**❗️❗️** Windows specific path set only in CI
31
-
32
-
- Some setups also require this setting locally.
33
-
34
15
## Development
35
16
36
17
Refer to docs on [how to run tasks in Nx](https://nx.dev/core-features/run-tasks).
@@ -119,3 +100,22 @@ The following optional folders can be present in a project root;
119
100
-`mocks` - test fixtures and utilities specific for a given project
120
101
-`docs` - files related to documentation
121
102
-`tooling` - tooling related code
103
+
104
+
## Environment Variables
105
+
106
+
This table provides a quick overview of the environmental setup, with detailed explanations in the corresponding sections.
107
+
108
+
| Feature | Local Default | CI Default | Description |
|`env.INCLUDE_SLOW_TESTS`**❗️**|`false`|`true`| Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
111
+
|`env.CUSTOM_CHROME_PATH`| N/A | Windows **❗️❗️**| Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
112
+
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
113
+
114
+
**❗️** Test Inclusion Logic
115
+
116
+
-`INCLUDE_SLOW_TESTS='false'` skips long tests.
117
+
- Without `INCLUDE_SLOW_TESTS`, tests run if `CI` is set.
0 commit comments