Add test262-harness-dotnet to README

I've developed a library for running and generating (currently) NUnit based test suites for test262. This is already being successfully used in two .NET projects, Jint (JS interpreter) and esprima-dotnet (JS parsing library).
This commit is contained in:
Marko Lahma 2022-05-26 10:51:59 +03:00 committed by Philip Chimento
parent 520c418499
commit 715c3ceb16
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Volunteer-maintained projects that may be used to execute Test262 in various ECM
- https://github.com/test262-utils/test262-harness-py (platform: Python)
- https://bakkot.github.io/test262-web-runner/ (platform: web)
- https://github.com/Izhido/test262_harness_cpp (platform: C++)
- https://github.com/lahma/test262-harness-dotnet (platform: .NET)
### How To Read CI Results