-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Support setting global node runtime (#2930)
* 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]>
- Loading branch information
1 parent
d4ea712
commit 0e3d83d
Showing
12 changed files
with
160 additions
and
13 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
docs/web-apps/automated-testing/_partials/_advanced-nodejs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Using Node.js Runtime on Sauce Cloud | ||
|
||
Since `saucectl` v0.185.0, you can specify a Node.js runtime version on Sauce Cloud. | ||
|
||
Only supported test runners can use configurable Node.js versions. Check the following pages for supported framework versions. | ||
|
||
- [Cypress](../cypress.md#supported-testing-platforms) | ||
- [Playwright](../playwright.md#supported-testing-platforms) | ||
- [Playwright-Cucumber](../playwright.md#supported-testing-platforms) | ||
- [TestCafe](../testcafe.md#supported-testing-platforms) | ||
|
||
### Supported Node.js Versions | ||
|
||
Sauce Labs supports the following Node.js versions: | ||
|
||
<table id="table-nodejs"> | ||
<tr> | ||
<th>Node.js Version</th> | ||
<th>Alias</th> | ||
<th>End of Life</th> | ||
<th>Removal Date</th> | ||
</tr> | ||
<tbody> | ||
<tr> | ||
<td>20.14.0</td> | ||
<td>iron, lts</td> | ||
<td>October 22, 2024</td> | ||
<td>April 30, 2026</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.