github.com/grafana/pyroscope@v1.18.0/cypress.config.ts (about)

     1  import { defineConfig } from 'cypress';
     2  
     3  export default defineConfig({
     4    e2e: {
     5      baseUrl: 'http://localhost:4040',
     6      video: false,
     7    },
     8  });