Skip to content

Commit 07bdd56

Browse files
committed
README.md update
1 parent 8e6770a commit 07bdd56

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,14 @@ Callback types must be disposed unless created with the Callback.CreateOne metho
807807

808808
If using them directly, IJSInProcessObjectReference objects MUST be disposed when no longer needed. Failing to dispose them will cause memory leaks.
809809

810+
# Unit Testing
811+
This project uses Playwright .Net to enable unit testing in a real web browser with an actual Javascript environment.
812+
- SpawnDev.BlazorJS.WebWorkers - Demo project that contains unit test methods that can be automated or ran manually.
813+
- PlaywrightTestRunner - The Playwright Unit Test project that runs the tests identified in the Demo project.
814+
- PlaywrightTestRunner/_test.sh - builds a publish version of the Demo project and runs the tests on Linux.
815+
- PlaywrightTestRunner/_test.bat - builds a publish version of the Demo project and runs the tests on Windows.
816+
- .github/workflows/playwright-test-runner.yml - builds a publish version of the Demo project and runs the tests on GitHub.
817+
810818
# Support for You
811819
Issues can be reported [here](https://github.com/LostBeard/SpawnDev.BlazorJS.WebWorkers/issues) on GitHub. Create a new [discussion](https://github.com/LostBeard/SpawnDev.BlazorJS.WebWorkers/discussions) to show off your projects and post your ideas.
812820

0 commit comments

Comments
 (0)