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
Would be great to have a break-down of all features in spec and our compliance. We should also programmatically test our coverage with spec, or at least have some sort of codegen to verify this in TypeScript.
The text was updated successfully, but these errors were encountered:
In a nutshell, there is a repository containing test suites for various features of the Web Platform. The goal is to have a unified set of tests that all user agents can use to verify their compliance with standards, rather than maintaining separate test sets and potentially filling in unknown areas with "best guesses."
These tests are used not only by web browsers but also by headless JavaScript environments like Deno, which suggests that we should be able to use them in this case. Whoever takes on this task will need to create a custom runner, similar to what Deno has done.
The process will likely consist of three stages: preparing a bundle by combining the test harness with test cases for the selected feature, executing it in the RN environment, and reporting results back to the outside environment. Additionally, we will need to replace built-in globals like Blob with custom implementations.
Overall, it shouldn’t be too difficult to implement 😉
Would be great to have a break-down of all features in spec and our compliance. We should also programmatically test our coverage with spec, or at least have some sort of codegen to verify this in TypeScript.
The text was updated successfully, but these errors were encountered: