Skip to content

Commit

Permalink
add latest framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Apr 19, 2024
1 parent ac8adfc commit 9a7fa1f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 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.7.3</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'>April 15, 2025</td>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>13.6.6</td>
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 @@ -709,7 +709,7 @@ The parent property containing the details specific to the Cypress project.

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

Expand All @@ -723,7 +723,7 @@ The version of Cypress that is compatible with the tests defined in this file. S

```yaml
cypress:
version: 13.4.0
version: 13.7.3
```

:::tip
Expand Down
12 changes: 12 additions & 0 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.43.1</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'>April 15, 2025</td>
</tr>
<tr>
<td><b>Windows:</b> 10, 11</td>
</tr>
</tbody>
<tbody>
<tr>
<td rowspan='2'>1.41.2</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/web-apps/automated-testing/playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ The parent property containing the details specific to the Playwright project.

```yaml
playwright:
version: 1.36.2
version: 1.43.1
configFile: config.ts
```

Expand All @@ -702,7 +702,7 @@ The version of Playwright that is compatible with the tests defined in this file

```yaml
playwright:
version: 1.36.2
version: 1.43.1
```

:::tip
Expand Down

0 comments on commit 9a7fa1f

Please sign in to comment.