You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -807,6 +807,14 @@ Callback types must be disposed unless created with the Callback.CreateOne metho
807
807
808
808
If using them directly, IJSInProcessObjectReference objects MUST be disposed when no longer needed. Failing to dispose them will cause memory leaks.
809
809
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
+
810
818
# Support for You
811
819
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.
0 commit comments