Skip to content

Commit

Permalink
Merge pull request #2517 from saucelabs/devx-2616
Browse files Browse the repository at this point in the history
chore: Update supported frameworks lists
  • Loading branch information
mhan83 authored Nov 9, 2023
2 parents ddc0c58 + 7ab6026 commit ff3b5a6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 45 deletions.
4 changes: 2 additions & 2 deletions docs/web-apps/automated-testing/cucumberjs-playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ The parent property containing the details specific to the Playwright project.

```yaml
playwright:
version: 1.36.2
version: 1.39.0
```

---
Expand All @@ -625,7 +625,7 @@ playwright:
The version of Playwright that is compatible with the tests defined in this file. See [Supported Testing Platforms](/web-apps/automated-testing/playwright#supported-testing-platforms) for the list of Playwright versions supported by `saucectl` and their compatible test platforms.

```yaml
version: 1.36.2
version: 1.39.0
```

:::tip
Expand Down
24 changes: 12 additions & 12 deletions docs/web-apps/automated-testing/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ Sauce Labs supports the following test configurations for Cypress:
<th>Supported Browsers</th>
<th>End of Life</th>
</tr>
<tbody>
<tr>
<td rowspan='2'>13.4.0</td>
<td rowspan='2'>20</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>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>13.3.0</td>
Expand Down Expand Up @@ -130,18 +142,6 @@ Sauce Labs supports the following test configurations for Cypress:
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>10.10.0</td>
<td rowspan='2'>16</td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chrome, Firefox, Microsoft Edge, Webkit (Experimental)</td>
<td rowspan='2'>Oct 20, 2023</td>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
</table>

## How to Get Started
Expand Down
4 changes: 2 additions & 2 deletions docs/web-apps/automated-testing/cypress/yaml/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ The parent property containing the details specific to the Cypress project.

```yaml
cypress:
version: 12.17.2
version: 13.4.0
configFile: "cypress.config.js"
```

Expand All @@ -672,7 +672,7 @@ cypress:
The version of Cypress that is compatible with the tests defined in this file. See [Supported Testing Platforms](/web-apps/automated-testing/cypress#supported-testing-platforms) for the list of Cypress versions supported by `saucectl` and their compatible test platforms.

```yaml
version: 12.17.2
version: 13.4.0
```

:::tip
Expand Down
24 changes: 12 additions & 12 deletions docs/web-apps/automated-testing/playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ Sauce Labs supports the following test configurations for Playwright:
<th>Supported Browsers</th>
<th>End of Life</th>
</tr>
<tbody>
<tr>
<td rowspan='2'>1.39.0</td>
<td rowspan='2'>20</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>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>1.38.1</td>
Expand Down Expand Up @@ -131,18 +143,6 @@ Sauce Labs supports the following test configurations for Playwright:
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>1.27.1</td>
<td rowspan='2'>16</td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td rowspan='2'>Chromium, Firefox, Webkit</td>
<td rowspan='2'>Oct 20, 2023</td>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
</table>

## How to Get Started
Expand Down
17 changes: 0 additions & 17 deletions docs/web-apps/automated-testing/testcafe.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,23 +170,6 @@ Sauce Labs supports the following test configurations for TestCafe:
<td>Safari</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='3'>2.0.1</td>
<td rowspan='3'>16</td>
<td><b>macOS:</b> 11.00, 12, 13</td>
<td>Safari, Chrome, Firefox, Microsoft Edge</td>
<td rowspan='3'>Oct 20, 2023</td>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
<td>Chrome, Firefox, Microsoft Edge</td>
</tr>
<tr>
<td><b>iOS:</b> 13.4, 14.0, 14.3</td>
<td>Safari</td>
</tr>
</tbody>
</table>

## How to Get Started
Expand Down

0 comments on commit ff3b5a6

Please sign in to comment.