[Synthetics/Uptime] Separate e2e tests by app (#152197)

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Shahzad 2023-06-07 17:33:56 +02:00 committed by GitHub
parent ec7ba022e1
commit 0ea97e2e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
66 changed files with 188 additions and 341 deletions

View file

@ -6,4 +6,9 @@
"outDir": "target/types",
"types": [ "node"],
},
"kbn_references": [
"@kbn/test",
"@kbn/apm-plugin",
"@kbn/es-archiver",
],
}

View file

@ -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],