| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/angular-split/angular-split/main/cypress.config.ts | [Back] [Original] |
import { defineConfig } from 'cypress'
import { trimEnd } from 'cypress/types/lodash'
export default defineConfig({
viewportWidth: 1200,
viewportHeight: 800,
blockHosts: ['camo.githubusercontent.com'],
e2e: {
experimentalRunAllSpecs: true,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:4242',
},
})
| Web Proxy Viewer | New URL | Original Page |