Skip to content

Commit

Permalink
add extra column to display configurable Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Sep 9, 2024
1 parent a06e824 commit 03fc055
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Using Node.js Runtime on Sauce Cloud

Since `saucectl` v0.185.0, you can specify Node.js runtime version 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.

Expand Down
20 changes: 16 additions & 4 deletions docs/web-apps/automated-testing/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<th>Cypress Version</th>
<th>Node.js Version</th>
<th>Supported Platforms</th>
<th>Supported Browsers</th>
<th>End of Life</th>
<th width="10%">Supports Configurable Node.js</th>
<th width="20%">Supported Platforms</th>
<th width="30%">Supported Browsers</th>
<th width="30%">End of Life</th>
</tr>
<tbody>
<tr>
<td rowspan='2'>13.13.3</td>
<td rowspan='2'>20, Version Configurable</td>
<td rowspan='2'>20</td>
<td rowspan='2'>✅</td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>August 28, 2025</td>
Expand All @@ -50,6 +52,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.13.1</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>July 23, 2025</td>
Expand All @@ -62,6 +65,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.12.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>June 26, 2025</td>
Expand All @@ -74,6 +78,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.10.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>May 28, 2025</td>
Expand All @@ -86,6 +91,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.7.3</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>April 15, 2025</td>
Expand All @@ -98,6 +104,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.6.6</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>February 28, 2025</td>
Expand All @@ -110,6 +117,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.6.3</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>January 22, 2025</td>
Expand All @@ -122,6 +130,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.6.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>December 6, 2024</td>
Expand All @@ -134,6 +143,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.4.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>November 7, 2024</td>
Expand All @@ -146,6 +156,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>13.3.0</td>
<td rowspan='2'>18</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>September 28, 2024</td>
Expand All @@ -158,6 +169,7 @@ Sauce Labs supports the following test configurations for Cypress:
<tr>
<td rowspan='2'>12.17.4</td>
<td rowspan='2'>18</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>August 31, 2024</td>
Expand Down
20 changes: 16 additions & 4 deletions docs/web-apps/automated-testing/playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<th>Playwright Version</th>
<th>Node.js Version</th>
<th>Supported Platforms</th>
<th>Supported Browsers</th>
<th>End of Life</th>
<th width="10%">Supports Configurable Node.js</th>
<th width="20%">Supported Platforms</th>
<th width="30%">Supported Browsers</th>
<th width="30%">End of Life</th>
</tr>
<tbody>
<tr>
<td rowspan='2'>1.46.1</td>
<td rowspan='2'>20, Version Configurable</td>
<td rowspan='2'>20</td>
<td rowspan='2'>✅</td>
<td><b>macOS:</b> 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>August 28, 2025</td>
Expand All @@ -51,6 +53,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.45.2</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>July 23, 2025</td>
Expand All @@ -63,6 +66,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.45.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>June 26, 2025</td>
Expand All @@ -75,6 +79,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.44.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>May 28, 2025</td>
Expand All @@ -87,6 +92,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.43.1</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>April 15, 2025</td>
Expand All @@ -99,6 +105,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.41.2</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>February 28, 2025</td>
Expand All @@ -111,6 +118,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.41.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>January 22, 2025</td>
Expand All @@ -123,6 +131,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.40.1</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>December 6, 2024</td>
Expand All @@ -135,6 +144,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.39.0</td>
<td rowspan='2'>20</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>November 7, 2024</td>
Expand All @@ -147,6 +157,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.38.1</td>
<td rowspan='2'>18</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>September 28, 2024</td>
Expand All @@ -159,6 +170,7 @@ Sauce Labs supports the following test configurations for Playwright:
<tr>
<td rowspan='2'>1.37.1</td>
<td rowspan='2'>18</td>
<td rowspan='2'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Chrome, Firefox, Webkit</td>
<td rowspan='2'>August 31, 2024</td>
Expand Down
16 changes: 12 additions & 4 deletions docs/web-apps/automated-testing/testcafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<th>TestCafe Version</th>
<th>Node.js Version</th>
<th>Supported Platforms</th>
<th>Supported Browsers</th>
<th>End of Life</th>
<th width="10%">Supports Configurable Node.js</th>
<th width="30%">Supported Platforms</th>
<th width="30%">Supported Browsers</th>
<th width="30%">End of Life</th>
</tr>
<tbody>
<tr>
<td rowspan='3'>3.6.2</td>
<td rowspan='3'>20, Version Configurable</td>
<td rowspan='3'>20</td>
<td rowspan='3'>✅</td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>August 28, 2025</td>
Expand All @@ -55,6 +57,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.6.1</td>
<td rowspan='3'>20</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>June 26, 2025</td>
Expand All @@ -72,6 +75,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.6.0</td>
<td rowspan='3'>20</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>May 28, 2025</td>
Expand All @@ -89,6 +93,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.5.0</td>
<td rowspan='3'>20</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>April 15, 2025</td>
Expand All @@ -106,6 +111,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.4.0</td>
<td rowspan='3'>20</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>December 6, 2024</td>
Expand All @@ -123,6 +129,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.3.0</td>
<td rowspan='3'>18</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>September 28, 2024</td>
Expand All @@ -140,6 +147,7 @@ Sauce Labs supports the following test configurations for TestCafe:
<tr>
<td rowspan='3'>3.2.0</td>
<td rowspan='3'>18</td>
<td rowspan='3'></td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>August 31, 2024</td>
Expand Down

0 comments on commit 03fc055

Please sign in to comment.