UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

14 lines (12 loc) 332 B
import { defineConfig } from "cypress"; export default defineConfig({ projectId: '3ow3bt', e2e: { defaultCommandTimeout: 20000, baseUrl: "http://localhost:5180", setupNodeEvents(on, config) { // implement node event listeners here }, includeShadowDom: true, // to query into itk-image-detail }, });