All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.common.cypress.cypress-config.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
import { defineConfig } from 'cypress';

export default defineConfig({
  e2e: {
    baseUrl: 'http://localhost:9000',
    specPattern: 'src/test/webapp/{{ cypressTestDirectory }}/**/*.(spec|cy).ts',
    fixturesFolder: false,
    supportFile: false,
    video: false,
  },
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy