#7433 fix skeleton #493

Merged
jorgep merged 6 commits from 7433-fixSkeleton into dev 2024-06-28 08:19:46 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e610013038 - Show all commits

View File

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