svelte-jsonschema-form
svelte-jsonschema-form copied to clipboard
Add automated tests using playwright
I added some stubbed out tests to be added. Basically, it would be great to have some tests for each type of control. I imagine the playwright tests could
- simply view the same playground that is hosted on GH pages
- set the schema and uiSchema then run the test (probably should use some utilities to avoid too much code dupe there)
- check the output in the third window (or download and check in the
ignoreEmpty
case)
@romancow - Can you take it from here?