7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7c16137908 - Show all commits

View File

@ -1,6 +1,6 @@
const { defineConfig } = require('cypress'); import { defineConfig } from 'cypress';
module.exports = defineConfig({ export default defineConfig({
e2e: { e2e: {
baseUrl: 'http://localhost:9000/', baseUrl: 'http://localhost:9000/',
experimentalStudio: true, experimentalStudio: true,