mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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> Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
This commit is contained in:
parent
05adfe9bd1
commit
679edf186a
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