github.com/grafana/pyroscope@v1.18.0/cypress/ci.ts (about) 1 import { defineConfig } from 'cypress'; 2 3 export default defineConfig({ 4 e2e: { 5 baseUrl: 'http://localhost:4040/ui/', 6 video: false, 7 }, 8 });