mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 05:19:58 +02:00
test: Add visual testing for examples
This commit is contained in:
7
cypress/integration/rendering/examples.spec.ts
Normal file
7
cypress/integration/rendering/examples.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { urlSnapshotTest } from '../../helpers/util.js';
|
||||
|
||||
describe.skip('Examples', () => {
|
||||
it('should render all examples', () => {
|
||||
urlSnapshotTest('http://localhost:9000/examples.html');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user