Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing old e2e #112170

Merged
merged 6 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_type_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
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@
/x-pack/test/api_integration/apis/uptime @elastic/uptime

# Client Side Monitoring / Uptime (lives in APM directories but owned by Uptime)
/x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm @elastic/uptime
/x-pack/plugins/apm/e2e/cypress/integration/csm_dashboard.feature @elastic/uptime
/x-pack/plugins/apm/public/application/uxApp.tsx @elastic/uptime
/x-pack/plugins/apm/public/components/app/RumDashboard @elastic/uptime
/x-pack/plugins/apm/server/lib/rum_client @elastic/uptime
Expand Down
1 change: 0 additions & 1 deletion .github/paths-labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- "x-pack/test/fleet_api_integration/**/*.*"
- "Team:uptime":
- "x-pack/plugins/uptime/**/*.*"
- "x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm/*.*"
- "x-pack/plugins/apm/public/application/csmApp.tsx"
- "x-pack/plugins/apm/public/components/app/RumDashboard/**/*.*"
- "x-pack/plugins/apm/public/components/app/RumDashboard/*.*"
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 @@ -60,7 +60,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.

Loading