diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/examples/example3.test')
-rw-r--r-- | testing/web-platform/tests/annotation-model/examples/example3.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/examples/example3.test b/testing/web-platform/tests/annotation-model/examples/example3.test new file mode 100644 index 000000000..38263cd18 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/examples/example3.test @@ -0,0 +1,8 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "Automated example test", + "description": "A test that runs with no user intervention", + "testType": "automated", + "assertions": [ "common/requiredProperties.json" ], + "content": "common/sampleContent2.jsonld" +} |