github.com/kubeshop/testkube@v1.17.23/test/cypress/executor-tests/cypress-without-envs/cypress.config.js (about) 1 const { defineConfig } = require("cypress"); 2 3 module.exports = defineConfig({ 4 e2e: { 5 baseUrl: 'https://testkube.kubeshop.io/', 6 video: false 7 }, 8 });