Update testing dev docs for APM (#116664) (#116952)

Co-authored-by: Giorgos Bamparopoulos <georgios.bamparopoulos@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-01 10:22:10 -04:00 committed by GitHub
parent 9e1c27458a
commit a0a6f0ee73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,8 @@ The API tests are located in `x-pack/test/apm_api_integration/`.
**API Test tips**
- For debugging access Elasticsearch on http://localhost:9220 (`elastic` / `changeme`)
- For data generation in API tests have a look at the [elastic-apm-synthtrace](../../../../packages/elastic-apm-synthtrace/README.md) package
- For debugging access Elasticsearch on http://localhost:9220 and Kibana on http://localhost:5620 (`elastic` / `changeme`)
- To update snapshots append `--updateSnapshots` to the functional_test_runner command
---
@ -74,3 +75,8 @@ yarn storybook apm
```
All files with a .stories.tsx extension will be loaded. You can access the development environment at http://localhost:9001.
## Data generation
For end-to-end (e.g. agent -> apm server -> elasticsearch <- kibana) development and testing of Elastic APM please check the the [APM Integration Testing repository](https://github.com/elastic/apm-integration-testing).
Data can also be generated using the [elastic-apm-synthtrace](../../../../packages/elastic-apm-synthtrace/README.md) CLI.