Skip to content

Commit

Permalink
Removing old e2e (elastic#112170) (elastic#112358)
Browse files Browse the repository at this point in the history
* removing old e2e

* removing e2e

* removing e2e

Co-authored-by: Kibana Machine <[email protected]>
# Conflicts:
#	.github/CODEOWNERS
#	.github/paths-labeller.yml
  • Loading branch information
cauemarcondes authored Sep 16, 2021
1 parent 198ba34 commit 0e76f30
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 1,134 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ snapshots.js
/src/core/lib/kbn_internal_native_observable
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
/src/plugins/vis_types/timelion/common/_generated_/**
/x-pack/plugins/apm/e2e/tmp/*
/x-pack/plugins/canvas/canvas_plugin
/x-pack/plugins/canvas/shareable_runtime/build
/x-pack/plugins/canvas/storybook/build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ it('produces the right watch and ignore list', () => {
<absolute path>/x-pack/test/plugin_functional/plugins/resolver_test/docs/**,
<absolute path>/x-pack/plugins/reporting/chromium,
<absolute path>/x-pack/plugins/security_solution/cypress,
<absolute path>/x-pack/plugins/apm/e2e,
<absolute path>/x-pack/plugins/apm/scripts,
<absolute path>/x-pack/plugins/canvas/canvas_plugin_src,
<absolute path>/x-pack/plugins/cases/server/scripts,
Expand Down
1 change: 0 additions & 1 deletion packages/kbn-cli-dev-mode/src/get_server_watch_paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function getServerWatchPaths({ pluginPaths, pluginScanDirs }: Options) {
...pluginInternalDirsIgnore,
fromRoot('x-pack/plugins/reporting/chromium'),
fromRoot('x-pack/plugins/security_solution/cypress'),
fromRoot('x-pack/plugins/apm/e2e'),
fromRoot('x-pack/plugins/apm/scripts'),
fromRoot('x-pack/plugins/canvas/canvas_plugin_src'), // prevents server from restarting twice for Canvas plugin changes,
fromRoot('x-pack/plugins/cases/server/scripts'),
Expand Down
1 change: 0 additions & 1 deletion src/dev/precommit_hook/casing_check_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const IGNORE_FILE_GLOBS = [
// TODO fix file names in APM to remove these
'x-pack/plugins/apm/public/**/*',
'x-pack/plugins/apm/scripts/**/*',
'x-pack/plugins/apm/e2e/**/*',

'x-pack/plugins/maps/server/fonts/**/*',

Expand Down
4 changes: 0 additions & 4 deletions src/dev/typescript/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ export const PROJECTS = [
createProject('x-pack/plugins/osquery/cypress/tsconfig.json', {
name: 'osquery/cypress',
}),
createProject('x-pack/plugins/apm/e2e/tsconfig.json', {
name: 'apm/cypress',
disableTypeCheck: true,
}),
createProject('x-pack/plugins/apm/ftr_e2e/tsconfig.json', {
name: 'apm/ftr_e2e',
disableTypeCheck: true,
Expand Down
5 changes: 0 additions & 5 deletions x-pack/plugins/apm/e2e/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions x-pack/plugins/apm/e2e/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions x-pack/plugins/apm/e2e/ci/kibana.e2e.yml

This file was deleted.

13 changes: 0 additions & 13 deletions x-pack/plugins/apm/e2e/ci/prepare-kibana.sh

This file was deleted.

11 changes: 0 additions & 11 deletions x-pack/plugins/apm/e2e/ci/run-e2e.sh

This file was deleted.

27 changes: 0 additions & 27 deletions x-pack/plugins/apm/e2e/cypress.json

This file was deleted.

5 changes: 0 additions & 5 deletions x-pack/plugins/apm/e2e/cypress/fixtures/example.json

This file was deleted.

34 changes: 0 additions & 34 deletions x-pack/plugins/apm/e2e/cypress/integration/csm_dashboard.feature

This file was deleted.

36 changes: 0 additions & 36 deletions x-pack/plugins/apm/e2e/cypress/integration/helpers.ts

This file was deleted.

3 changes: 0 additions & 3 deletions x-pack/plugins/apm/e2e/cypress/integration/snapshots.js

This file was deleted.

10 changes: 0 additions & 10 deletions x-pack/plugins/apm/e2e/cypress/integration/snapshots.ts

This file was deleted.

43 changes: 0 additions & 43 deletions x-pack/plugins/apm/e2e/cypress/plugins/index.js

This file was deleted.

32 changes: 0 additions & 32 deletions x-pack/plugins/apm/e2e/cypress/support/commands.js

This file was deleted.

28 changes: 0 additions & 28 deletions x-pack/plugins/apm/e2e/cypress/support/index.ts

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0e76f30

Please sign in to comment.