Browse Source

add validation tests

Trevor Baron 7 years ago
parent
commit
08ecdbe0d0

BIN
tests/validation/ReferenceImages/KernelBlur.png


BIN
tests/validation/ReferenceImages/depthOfField.png


+ 10 - 0
tests/validation/config.json

@@ -237,6 +237,16 @@
       "referenceImage": "assetContainer.png"
     },
     {
+      "title": "Depth of field",
+      "playgroundId": "#IDSQK2#7",
+      "referenceImage": "depthOfField.png"
+    },
+    {
+      "title": "Kernel Blur",
+      "playgroundId": "#Y0WKT0",
+      "referenceImage": "KernelBlur.png"
+    },
+    {
       "title": "GLTF Mesh Primitive Attribute Test",
       "scriptToRun": "/Demos/GLTFMeshPrimitiveAttributeTest/index.js",
       "functionToCall": "createScene",