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
* docs: Support setting global node runtime
* revise notes
* fix toc cypress advanced page
* apply suggestions from linter
* Update docs/web-apps/automated-testing/_partials/_advanced-nodejs.md
Co-authored-by: Mike Han <[email protected]>
* Update docs/web-apps/automated-testing/_partials/_advanced-nodejs.md
Co-authored-by: Mike Han <[email protected]>
* Update docs/web-apps/automated-testing/_partials/_advanced-nodejs.md
Co-authored-by: Mike Han <[email protected]>
* add extra column to display configurable Node.js
---------
Co-authored-by: Mike Han <[email protected]>
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md
+19
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,25 @@ kind: playwright-cucumberjs
56
56
57
57
---
58
58
59
+
## `nodeVersion`
60
+
61
+
<p><small>| OPTIONAL | STRING |</small></p>
62
+
63
+
Specifies the Node.js version for Sauce Cloud, supporting SemVer notation and aliases. For more details, refer to the [Advanced Configuration Page](./advanced.md#using-nodejs-runtime-on-sauce-cloud).
This feature is available in `saucectl` version v0.185.0+ and supported test runners. For details on supported test runners, see [Supported Testing Platforms](../playwright.md#supported-testing-platforms).
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cypress/yaml/v1.md
+19
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,25 @@ kind: cypress
66
66
67
67
---
68
68
69
+
## `nodeVersion`
70
+
71
+
<p><small>| OPTIONAL | STRING |</small></p>
72
+
73
+
Specifies the Node.js version for Sauce Cloud, supporting SemVer notation and aliases. For more details, refer to the [Advanced Configuration Page](../advanced.md#using-nodejs-runtime-on-sauce-cloud).
This feature is available in `saucectl` version v0.185.0+ and supported test runners. For details on supported test runners, see [Supported Testing Platforms](../../cypress.md#supported-testing-platforms).
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/playwright/yaml.md
+19
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,25 @@ kind: playwright
56
56
57
57
---
58
58
59
+
## `nodeVersion`
60
+
61
+
<p><small>| OPTIONAL | STRING |</small></p>
62
+
63
+
Specifies the Node.js version for Sauce Cloud, supporting SemVer notation and aliases. For more details, refer to the [Advanced Configuration Page](./advanced.md#using-nodejs-runtime-on-sauce-cloud).
This feature is available in `saucectl` version v0.185.0+ and supported test runners. For details on supported test runners, see [Supported Testing Platforms](../playwright.md#supported-testing-platforms).
0 commit comments