forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Reporting] Functional test structure & improvements (elastic#114298)
* [Reporting] Functional test structure & improvements * show the error of the report generation failure in the test failure * update snapshot * remove import to non-existent functional app test Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
8175c4c
commit 26168d3
Showing
8 changed files
with
36 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
x-pack/plugins/reporting/public/lib/__snapshots__/stream_handler.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Reporting functional tests | ||
|
||
Functional tests on report generation are under the applications that use reporting. | ||
|
||
**PDF/PNG Report testing:** | ||
- `x-pack/test/functional/apps/canvas/reports.ts` | ||
- `x-pack/test/functional/apps/dashboard/reporting/screenshots.ts` | ||
- `x-pack/test/functional/apps/lens/lens_reporting.ts` | ||
- `x-pack/test/functional/apps/visualize/reporting.ts` | ||
|
||
**CSV Report testing:** | ||
- `x-pack/test/functional/apps/dashboard/reporting/download_csv.ts` | ||
- `x-pack/test/functional/apps/discover/reporting.ts` | ||
|
||
Reporting Management app tests are in `functional/apps/reporting_management`. | ||
|
||
**Manage reports testing:** | ||
- `x-pack/test/functional/apps/reporting_management` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters