mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Divide x-pack-test-functional-apps-dashboard-group1 into group 3 (#132952)
* Divide x-pack-test-functional-apps-dashboard-group1 into group 3 * Add new conf to enabled stanza. Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
parent
399fca1fed
commit
f98756c2e5
17 changed files with 33 additions and 2 deletions
|
@ -146,6 +146,7 @@ enabled:
|
|||
- x-pack/test/functional/apps/cross_cluster_replication/config.ts
|
||||
- x-pack/test/functional/apps/dashboard/group1/config.ts
|
||||
- x-pack/test/functional/apps/dashboard/group2/config.ts
|
||||
- x-pack/test/functional/apps/dashboard/group3/config.ts
|
||||
- x-pack/test/functional/apps/data_views/config.ts
|
||||
- x-pack/test/functional/apps/dev_tools/config.ts
|
||||
- x-pack/test/functional/apps/discover/config.ts
|
||||
|
|
|
@ -11,7 +11,5 @@ export default function ({ loadTestFile }: FtrProviderContext) {
|
|||
describe('dashboard', function () {
|
||||
loadTestFile(require.resolve('./feature_controls'));
|
||||
loadTestFile(require.resolve('./preserve_url'));
|
||||
loadTestFile(require.resolve('./reporting'));
|
||||
loadTestFile(require.resolve('./drilldowns'));
|
||||
});
|
||||
}
|
||||
|
|
17
x-pack/test/functional/apps/dashboard/group3/config.ts
Normal file
17
x-pack/test/functional/apps/dashboard/group3/config.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
|
||||
import { FtrConfigProviderContext } from '@kbn/test';
|
||||
|
||||
export default async function ({ readConfigFile }: FtrConfigProviderContext) {
|
||||
const functionalConfig = await readConfigFile(require.resolve('../../../config.base.js'));
|
||||
|
||||
return {
|
||||
...functionalConfig.getAll(),
|
||||
testFiles: [require.resolve('.')],
|
||||
};
|
||||
}
|
15
x-pack/test/functional/apps/dashboard/group3/index.ts
Normal file
15
x-pack/test/functional/apps/dashboard/group3/index.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
|
||||
import { FtrProviderContext } from '../../../ftr_provider_context';
|
||||
|
||||
export default function ({ loadTestFile }: FtrProviderContext) {
|
||||
describe('dashboard', function () {
|
||||
loadTestFile(require.resolve('./reporting'));
|
||||
loadTestFile(require.resolve('./drilldowns'));
|
||||
});
|
||||
}
|
Before Width: | Height: | Size: 7.5 MiB After Width: | Height: | Size: 7.5 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 832 KiB After Width: | Height: | Size: 832 KiB |
Loading…
Add table
Add a link
Reference in a new issue