-
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.
Merge branch 'main' into DEVX-3037/anchors
- Loading branch information
Showing
14 changed files
with
165 additions
and
18 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
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.