-
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
- Loading branch information
1 parent
d4ea712
commit 156a5ff
Showing
12 changed files
with
122 additions
and
7 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 and above, you can specify 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 that allow configurable Node.js 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 | ||
Check warning on line 12 in docs/web-apps/automated-testing/_partials/_advanced-nodejs.md GitHub Actions / vale[vale] docs/web-apps/automated-testing/_partials/_advanced-nodejs.md#L12
Raw output
|
||
|
||
Sauce Labs supports the following Node.js versions: | ||
|
||
<table id="table-nodejs"> | ||
<tr> | ||
<th>Node.js Version</th> | ||
<th>Alias Name</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
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