[User Experience] Synthetics e2e tests. (#132896)

Co-authored-by: shahzad31 <shahzad.muhammad@elastic.co>
This commit is contained in:
Abdul Wahab Zahid 2022-05-31 18:03:25 +02:00 committed by GitHub
parent ec4d9abbc1
commit eab8ece3fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 17732 additions and 152 deletions

View file

@ -77,6 +77,7 @@ it('produces the right watch and ignore list', () => {
<absolute path>/x-pack/plugins/security_solution/scripts,
<absolute path>/x-pack/plugins/security_solution/server/lib/detection_engine/scripts,
<absolute path>/x-pack/plugins/synthetics/e2e,
<absolute path>/x-pack/plugins/ux/e2e,
]
`);
});

View file

@ -67,6 +67,7 @@ export function getServerWatchPaths({ pluginPaths, pluginScanDirs }: Options) {
fromRoot('x-pack/plugins/security_solution/scripts'),
fromRoot('x-pack/plugins/security_solution/server/lib/detection_engine/scripts'),
fromRoot('x-pack/plugins/synthetics/e2e'),
fromRoot('x-pack/plugins/ux/e2e'),
];
return {