Skip to content

Commit 4c96de7

Browse files
authored
chore: roll to 1.53.0-beta-1749131401000 (#3187)
1 parent 8413bdc commit 4c96de7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+761
-533
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
| | Linux | macOS | Windows |
55
| :--- | :---: | :---: | :---: |
6-
| Chromium <!-- GEN:chromium-version -->137.0.7151.27<!-- GEN:stop --> ||||
7-
| WebKit <!-- GEN:webkit-version -->18.4<!-- GEN:stop --> ||||
8-
| Firefox <!-- GEN:firefox-version -->137.0<!-- GEN:stop --> ||||
6+
| Chromium <!-- GEN:chromium-version -->138.0.7204.4<!-- GEN:stop --> ||||
7+
| WebKit <!-- GEN:webkit-version -->18.5<!-- GEN:stop --> ||||
8+
| Firefox <!-- GEN:firefox-version -->139.0<!-- GEN:stop --> ||||
99

1010
Playwright for .NET is the official language port of [Playwright](https://playwright.dev), the library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable** and **fast**.
1111

src/Common/Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyVersion>1.52.0</AssemblyVersion>
44
<PackageVersion>$(AssemblyVersion)</PackageVersion>
5-
<DriverVersion>1.53.0-alpha-2025-05-21</DriverVersion>
5+
<DriverVersion>1.53.0-beta-1749131401000</DriverVersion>
66
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<NoDefaultExcludes>true</NoDefaultExcludes>

src/Playwright.TestingHarnessTest/package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Playwright.TestingHarnessTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playwright.testingharnesstest",
33
"private": true,
44
"devDependencies": {
5-
"@playwright/test": "1.53.0-alpha-2025-05-21",
5+
"@playwright/test": "1.53.0-beta-1749131401000",
66
"@types/node": "^22.12.0",
77
"fast-xml-parser": "^4.5.0"
88
}

src/Playwright.TestingHarnessTest/tests/mstest/basic.spec.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('should be able to forward DEBUG=pw:api env var', async ({ runTest }) => {
3636
3737
namespace Playwright.TestingHarnessTest.MSTest;
3838
39-
[TestClass]
39+
[TestClass]
4040
public class <class-name> : PageTest
4141
{
4242
[TestMethod]
@@ -81,7 +81,7 @@ test('should be able to set the browser via the runsettings file', async ({ runT
8181
8282
namespace Playwright.TestingHarnessTest.MSTest;
8383
84-
[TestClass]
84+
[TestClass]
8585
public class <class-name> : PageTest
8686
{
8787
[TestMethod]
@@ -120,7 +120,7 @@ test('should prioritize browser from env over the runsettings file', async ({ ru
120120
121121
namespace Playwright.TestingHarnessTest.MSTest;
122122
123-
[TestClass]
123+
[TestClass]
124124
public class <class-name> : PageTest
125125
{
126126
[TestMethod]
@@ -161,7 +161,7 @@ test('should be able to make the browser headed via the env', async ({ runTest }
161161
162162
namespace Playwright.TestingHarnessTest.MSTest;
163163
164-
[TestClass]
164+
[TestClass]
165165
public class <class-name> : PageTest
166166
{
167167
[TestMethod]
@@ -192,7 +192,7 @@ test('should be able to parse BrowserName and LaunchOptions.Headless from runset
192192
193193
namespace Playwright.TestingHarnessTest.MSTest;
194194
195-
[TestClass]
195+
[TestClass]
196196
public class <class-name> : PageTest
197197
{
198198
[TestMethod]
@@ -233,7 +233,7 @@ test('should be able to parse LaunchOptions.Proxy from runsettings', async ({ ru
233233
234234
namespace Playwright.TestingHarnessTest.MSTest;
235235
236-
[TestClass]
236+
[TestClass]
237237
public class <class-name> : PageTest
238238
{
239239
[TestMethod]
@@ -281,7 +281,7 @@ test('should be able to parse LaunchOptions.Args from runsettings', async ({ run
281281
282282
namespace Playwright.TestingHarnessTest.MSTest;
283283
284-
[TestClass]
284+
[TestClass]
285285
public class <class-name> : PageTest
286286
{
287287
[TestMethod]
@@ -316,10 +316,10 @@ test('should be able to override context options', async ({ runTest }) => {
316316
using Microsoft.Playwright;
317317
using Microsoft.Playwright.MSTest;
318318
using Microsoft.VisualStudio.TestTools.UnitTesting;
319-
319+
320320
namespace Playwright.TestingHarnessTest.MSTest;
321321
322-
[TestClass]
322+
[TestClass]
323323
public class <class-name> : PageTest
324324
{
325325
[TestMethod]
@@ -371,7 +371,7 @@ test('should be able to override launch options', async ({ runTest }) => {
371371
372372
namespace Playwright.TestingHarnessTest.MSTest;
373373
374-
[TestClass]
374+
[TestClass]
375375
public class <class-name> : PageTest
376376
{
377377
[TestMethod]
@@ -409,7 +409,7 @@ test.describe('Expect() timeout', () => {
409409
410410
namespace Playwright.TestingHarnessTest.MSTest;
411411
412-
[TestClass]
412+
[TestClass]
413413
public class <class-name> : PageTest
414414
{
415415
[TestMethod]
@@ -424,7 +424,7 @@ test.describe('Expect() timeout', () => {
424424
expect(result.passed).toBe(0);
425425
expect(result.failed).toBe(1);
426426
expect(result.total).toBe(1);
427-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 5000ms")
427+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 5000ms")
428428
});
429429

430430
test('should be able to override it via each Expect() call', async ({ runTest }) => {
@@ -434,10 +434,10 @@ test.describe('Expect() timeout', () => {
434434
using System.Threading.Tasks;
435435
using Microsoft.Playwright.MSTest;
436436
using Microsoft.VisualStudio.TestTools.UnitTesting;
437-
437+
438438
namespace Playwright.TestingHarnessTest.MSTest;
439-
440-
[TestClass]
439+
440+
[TestClass]
441441
public class <class-name> : PageTest
442442
{
443443
[TestMethod]
@@ -452,7 +452,7 @@ test.describe('Expect() timeout', () => {
452452
expect(result.passed).toBe(0);
453453
expect(result.failed).toBe(1);
454454
expect(result.total).toBe(1);
455-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 100ms")
455+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 100ms")
456456
});
457457
test('should be able to override it via the global settings', async ({ runTest }) => {
458458
const result = await runTest({
@@ -464,7 +464,7 @@ test.describe('Expect() timeout', () => {
464464
465465
namespace Playwright.TestingHarnessTest.MSTest;
466466
467-
[TestClass]
467+
[TestClass]
468468
public class <class-name> : PageTest
469469
{
470470
[TestMethod]
@@ -487,7 +487,7 @@ test.describe('Expect() timeout', () => {
487487
expect(result.passed).toBe(0);
488488
expect(result.failed).toBe(1);
489489
expect(result.total).toBe(1);
490-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 123ms")
490+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 123ms")
491491
});
492492
});
493493

@@ -501,7 +501,7 @@ test.describe('ConnectOptions', () => {
501501
502502
namespace Playwright.TestingHarnessTest.MSTest;
503503
504-
[TestClass]
504+
[TestClass]
505505
public class <class-name> : PageTest
506506
{
507507
[TestMethod]

src/Playwright.TestingHarnessTest/tests/nunit/basic.spec.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ test('should be able to override context options', async ({ runTest }) => {
312312
using Microsoft.Playwright;
313313
using Microsoft.Playwright.NUnit;
314314
using NUnit.Framework;
315-
315+
316316
namespace Playwright.TestingHarnessTest.NUnit;
317317
318318
public class <class-name> : PageTest
@@ -402,7 +402,7 @@ test.describe('Expect() timeout', () => {
402402
using Microsoft.Playwright;
403403
using Microsoft.Playwright.NUnit;
404404
using NUnit.Framework;
405-
405+
406406
namespace Playwright.TestingHarnessTest.NUnit;
407407
408408
public class <class-name> : PageTest
@@ -419,7 +419,7 @@ test.describe('Expect() timeout', () => {
419419
expect(result.passed).toBe(0);
420420
expect(result.failed).toBe(1);
421421
expect(result.total).toBe(1);
422-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 5000ms")
422+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 5000ms")
423423
});
424424

425425
test('should be able to override it via each Expect() call', async ({ runTest }) => {
@@ -431,7 +431,7 @@ test.describe('Expect() timeout', () => {
431431
using Microsoft.Playwright;
432432
using Microsoft.Playwright.NUnit;
433433
using NUnit.Framework;
434-
434+
435435
namespace Playwright.TestingHarnessTest.NUnit;
436436
437437
public class <class-name> : PageTest
@@ -448,7 +448,7 @@ test.describe('Expect() timeout', () => {
448448
expect(result.passed).toBe(0);
449449
expect(result.failed).toBe(1);
450450
expect(result.total).toBe(1);
451-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 100ms")
451+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 100ms")
452452
});
453453
test('should be able to override it via the global config', async ({ runTest }) => {
454454
const result = await runTest({
@@ -459,7 +459,7 @@ test.describe('Expect() timeout', () => {
459459
using Microsoft.Playwright;
460460
using Microsoft.Playwright.NUnit;
461461
using NUnit.Framework;
462-
462+
463463
namespace Playwright.TestingHarnessTest.NUnit;
464464
465465
public class <class-name> : PageTest
@@ -484,7 +484,7 @@ test.describe('Expect() timeout', () => {
484484
expect(result.passed).toBe(0);
485485
expect(result.failed).toBe(1);
486486
expect(result.total).toBe(1);
487-
expect(result.rawStdout).toContain("LocatorAssertions.ToHaveTextAsync with timeout 123ms")
487+
expect(result.rawStdout).toContain("Expect \"ToHaveTextAsync\" with timeout 123ms")
488488
});
489489
});
490490

0 commit comments

Comments
 (0)