Skip to content

Commit

Permalink
Merge pull request #12 from dmartinol/post-cypress-pr
Browse files Browse the repository at this point in the history
removed experimentalStudio option
  • Loading branch information
dmartinol authored Oct 4, 2024
2 parents ce873e9 + 622338d commit f7b178b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/__tests__/cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { env, cypressEnv, BASE_URL } from '~/__tests__/cypress/cypress/utils/tes
const resultsDir = `${env.CY_RESULTS_DIR || 'results'}/${env.CY_MOCK ? 'mocked' : 'e2e'}`;

export default defineConfig({
experimentalStudio: true,
experimentalMemoryManagement: true,
// Use relative path as a workaround to https://github.com/cypress-io/cypress/issues/6406
reporter: '../../../node_modules/cypress-multi-reporters',
Expand Down

0 comments on commit f7b178b

Please sign in to comment.