Skip to content

Commit de0b620

Browse files
authored
test(cypress): organize directory structure in idiomatic way (#4182)
1 parent e39114a commit de0b620

15 files changed

+2
-28
lines changed

cypress.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable import/no-extraneous-dependencies */
22
import { defineConfig } from 'cypress';
33

4-
import setupNodeEvents from './test/cypress/plugins/index.js';
4+
import setupNodeEvents from './test/cypress/support/setup-node-events.js';
55

66
export default defineConfig({
77
fileServerFolder: 'test/cypress/static',
@@ -12,7 +12,7 @@ export default defineConfig({
1212
e2e: {
1313
baseUrl: 'http://localhost:3050/',
1414
supportFile: 'test/cypress/support/e2e.js',
15-
specPattern: 'test/cypress/integration/**/*spec.js',
15+
specPattern: 'test/cypress/e2e/**/*.cy.js',
1616
setupNodeEvents,
1717
},
1818
});

test/__mocks__/monacoMock.js

Lines changed: 0 additions & 26 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)