mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Synthetics/Uptime] Separate e2e tests by app (#152197)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ec7ba022e1
commit
0ea97e2e8c
66 changed files with 188 additions and 341 deletions
|
@ -6,4 +6,9 @@
|
|||
"outDir": "target/types",
|
||||
"types": [ "node"],
|
||||
},
|
||||
"kbn_references": [
|
||||
"@kbn/test",
|
||||
"@kbn/apm-plugin",
|
||||
"@kbn/es-archiver",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -46,6 +46,10 @@ export const dataTypes: Array<{ id: AppDataType; label: string }> = [
|
|||
id: DataTypes.SYNTHETICS,
|
||||
label: DataTypesLabels[DataTypes.SYNTHETICS],
|
||||
},
|
||||
{
|
||||
id: DataTypes.UPTIME,
|
||||
label: DataTypesLabels[DataTypes.UPTIME],
|
||||
},
|
||||
{
|
||||
id: DataTypes.UX,
|
||||
label: DataTypesLabels[DataTypes.UX],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue