Skip to content

Commit

Permalink
fix config path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Apr 27, 2020
1 parent ef182e7 commit 3aa01ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/dashboard/reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Every now and then visual changes will be made that will require the snapshots t

1. Load the ES Archive containing the dashboard and data
```
node scripts/es_archiver load reporting/ecommerce --config=x-pack/test/reporting/configs/chromium_functional.js
node scripts/es_archiver load reporting/ecommerce_kibana --config=x-pack/test/reporting/configs/chromium_functional.js
node scripts/es_archiver load reporting/ecommerce --config=x-pack/test/functional/config.js
node scripts/es_archiver load reporting/ecommerce_kibana --config=x-pack/test/functional/config.js
```
2. Generate a report of the archived E-commerce dashboard in the Kibana UI.
3. Download the report and save it in the `reports/baseline` folder.

0 comments on commit 3aa01ac

Please sign in to comment.