kibana/x-pack/plugins/apm/ftr_e2e
Pete Harverson 408cf173fa
[ML] Convert APM transaction anomaly detection job to analyze metric data (#111957)
* [ML] Convert APM transaction anomaly detection job to analyze metric data

* [ML] Fix test and edit manifest query and defaultIndexPattern

* Remove queries for ml module, upgrade version

* Update ML anomaly searches

* Add metricset.name term query to datafeed

* Add metricset.name/processor.event queries to module setup

* [ML] Edit setup module API integration test to not start datafeed

* [ML] Edit aggregation names

* Edit home.spec E2E test URLs

Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
2021-09-29 17:52:00 +01:00
..
cypress [ML] Convert APM transaction anomaly detection job to analyze metric data (#111957) 2021-09-29 17:52:00 +01:00
config.ts [APM] Custom links creation don't work (#110676) 2021-08-31 23:56:47 -04:00
cypress.json
cypress_open.ts [APM] Refactor Cypress e2e tests (#109024) 2021-08-19 16:46:25 +02:00
cypress_run.ts [APM] Refactor Cypress e2e tests (#109024) 2021-08-19 16:46:25 +02:00
cypress_start.ts [APM] tests restructure (#110703) 2021-09-01 16:42:33 -04:00
ftr_provider_context.d.ts
README.md [APM] tests restructure (#110703) 2021-09-01 16:42:33 -04:00
services.ts
tsconfig.json

APM E2E

APM uses FTR (functional test runner) and Cypress to run the e2e tests. The tests are located at kibana/x-pack/plugins/apm/ftr_e2e/cypress/integration.

Running tests

Go to tests documentation