"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _cypressConfig = require("@kbn/cypress-config"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ var _default = (0, _cypressConfig.defineCypressConfig)({ defaultCommandTimeout: 60000, execTimeout: 120000, pageLoadTimeout: 120000, requestTimeout: 60000, responseTimeout: 60000, retries: { runMode: 2 }, screenshotOnRunFailure: false, screenshotsFolder: '../../../target/kibana-fleet/cypress/screenshots', trashAssetsBeforeRuns: false, video: false, videosFolder: '../../../target/kibana-fleet/cypress/videos', viewportHeight: 900, viewportWidth: 1440, // eslint-disable-next-line sort-keys env: { configport: '5601', hostname: 'localhost', protocol: 'http' }, // eslint-disable-next-line sort-keys e2e: { baseUrl: 'http://localhost:5601', supportFile: './cypress/support/e2e.ts' } }); exports.default = _default; module.exports = exports.default;