Skip to content

Commit

Permalink
Undo readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Jun 29, 2020
1 parent 6c5e5ca commit ef86a51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x-pack/plugins/apm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ For debugging access Elasticsearch on http://localhost:9220` (elastic/changeme)

### API integration tests

**Start server (basic)**
**Start server**

```
node scripts/functional_tests_server --config x-pack/test/apm_api_integration/basic/config.ts
node scripts/functional_tests_server --config x-pack/test/api_integration/config.ts
```

**Run tests (basic)**
**Run tests**

```
node scripts/functional_test_runner --config x-pack/test/apm_api_integration/basic/config.ts
node scripts/functional_test_runner --config x-pack/test/api_integration/config.ts --grep='APM specs'
```

APM tests are located in `x-pack/test/apm_api_integration/basic/tests`.
APM tests are located in `x-pack/test/api_integration/apis/apm`.
For debugging access Elasticsearch on http://localhost:9220` (elastic/changeme)

### Linting
Expand Down

0 comments on commit ef86a51

Please sign in to comment.