github.com/grafana/pyroscope@v1.18.0/cypress/ci-base-path.ts (about)

     1  import { defineConfig } from 'cypress';
     2  
     3  export default defineConfig({
     4    e2e: {
     5      baseUrl: 'http://localhost:8080/foobar/',
     6      env: {
     7        apiBasePath: '/foobar',
     8      },
     9      video: false,
    10    },
    11  });