Update testing dev docs for APM (#116664)

This commit is contained in:
Giorgos Bamparopoulos 2021-11-01 14:10:19 +00:00 committed by GitHub
parent 2431a08d2b
commit e40ec9bfbd
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.