feat: add xUnit testing harness #5306
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Playwright.xUnit/WorkerAwareTest.cs#L53
Dereference of a possibly null reference.
|
build:
src/Playwright.xUnit/WorkerAwareTest.cs#L79
Dereference of a possibly null reference.
|
build:
src/Playwright.xUnit/WorkerAwareTest.cs#L87
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L53
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L80
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L88
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L53
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L80
Dereference of a possibly null reference.
|
build:
src/Playwright.NUnit/WorkerAwareTest.cs#L88
Dereference of a possibly null reference.
|
build:
src/Playwright.Tests/TestConstants.cs#L28
'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'
|