Skip to content

Commit

Permalink
feat(roll): roll to 1.24 Playwright (microsoft#668)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] authored Jul 22, 2022
1 parent 1e91837 commit 4d5f276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dotnet/versioned_docs/version-1.24/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Edit the `UnitTest1.cs` file with the code below to create an example end-to-end
<TabItem value="nunit">

```csharp
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsoft.Playwright.NUnit;
using NUnit.Framework;
Expand Down Expand Up @@ -112,6 +113,7 @@ public class Tests : PageTest
<TabItem value="mstest">

```csharp
using System.Text.RegularExpressions;
using Microsoft.Playwright.MSTest;

namespace PlaywrightTests;
Expand Down
2 changes: 1 addition & 1 deletion python/versioned_docs/version-1.24/test-runners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Playwright provides a [Pytest](https://docs.pytest.org/en/stable/) plugin to wri
To run your tests, use [Pytest](https://docs.pytest.org/en/stable/) CLI.

```bash
pytest --browser webkit --headedd
pytest --browser webkit --headed
```

If you want to add the CLI arguments automatically without specifying them, you can use the [pytest.ini](https://docs.pytest.org/en/stable/reference.html#ini-options-ref) file:
Expand Down

0 comments on commit 4d5f276

Please sign in to comment.