Skip to content

Commit

Permalink
[ftr] Tag dashboard pdf and csv generation as smoke tests (elastic#12…
Browse files Browse the repository at this point in the history
…1328) (elastic#121569)

The smoke tag is used in package testing to test kibana and associated
binaries.  Reporting spawns a chromium process, so it's a good candidate
for package testing.

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Jonathan Budzenski <[email protected]>
  • Loading branch information
kibanamachine and jbudz authored Dec 17, 2021
1 parent 05adfe9 commit 679edf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/apps/dashboard/reporting/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context';

export default function ({ loadTestFile }: FtrProviderContext) {
describe('Reporting', function () {
this.tags(['smoke']);
loadTestFile(require.resolve('./screenshots'));
loadTestFile(require.resolve('./download_csv'));
});
Expand Down

0 comments on commit 679edf1

Please sign in to comment.