mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ftr] Tag dashboard pdf and csv generation as smoke tests (#121328)
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 <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a96a5e29d5
commit
d4fab0abae
1 changed files with 1 additions and 0 deletions
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue