diff --git a/cypress/integration/rendering/examples.spec.ts b/cypress/integration/rendering/examples.spec.ts new file mode 100644 index 000000000..8431d7803 --- /dev/null +++ b/cypress/integration/rendering/examples.spec.ts @@ -0,0 +1,7 @@ +import { urlSnapshotTest } from '../../helpers/util.js'; + +describe.skip('Examples', () => { + it('should render all examples', () => { + urlSnapshotTest('http://localhost:9000/examples.html'); + }); +}); diff --git a/cypress/platform/examples.html b/cypress/platform/examples.html new file mode 100644 index 000000000..3add3da46 --- /dev/null +++ b/cypress/platform/examples.html @@ -0,0 +1,36 @@ + + + + + + Examples + + + + +