Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(roll): roll Playwright to v1.50.1 #3104

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Common/Version.props
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyVersion>1.50.0</AssemblyVersion>
<PackageVersion>$(AssemblyVersion)-beta-2</PackageVersion>
<DriverVersion>1.50.0-beta-1737762224000</DriverVersion>
<DriverVersion>1.50.1</DriverVersion>
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<NoDefaultExcludes>true</NoDefaultExcludes>

Unchanged files with check annotations Beta

using System.Runtime.InteropServices;
[assembly: NUnit.Framework.Timeout(Microsoft.Playwright.Tests.TestConstants.DefaultTestTimeout)]

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / Test

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / Test

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / build

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / build

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / chromium/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / firefox/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/windows-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/ubuntu-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'

Check warning on line 28 in src/Playwright.Tests/TestConstants.cs

GitHub Actions / webkit/macos-latest

'TimeoutAttribute' is obsolete: '.NET No longer supports aborting threads as it is not a safe thing to do. Update your tests to use CancelAfterAttribute instead'
[assembly: NUnit.Framework.Parallelizable(NUnit.Framework.ParallelScope.Fixtures)]
namespace Microsoft.Playwright.Tests;