Skip to content

Commit

Permalink
Revert cypress config change
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Aug 26, 2024
1 parent e91d3ab commit 3c63607
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { defineConfig } from 'cypress';
import setValue from 'set-value';
import { baseConfig } from './cypress.base.config';

baseConfig.e2e!.specPattern = 'cypress/e2e/eda/**/*.cy.ts';
baseConfig.e2e!.baseUrl = 'https://localhost:4103';
baseConfig.component!.specPattern = 'frontend/eda/**/*.cy.{js,jsx,ts,tsx}';
setValue(baseConfig, 'component.devServer.webpackConfig.devServer.port', 4203);
module.exports = defineConfig(baseConfig);

0 comments on commit 3c63607

Please sign in to comment.