mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[User Experience] Synthetics e2e tests. (#132896)
Co-authored-by: shahzad31 <shahzad.muhammad@elastic.co>
This commit is contained in:
parent
ec4d9abbc1
commit
eab8ece3fb
29 changed files with 17732 additions and 152 deletions
|
@ -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,
|
||||
]
|
||||
`);
|
||||
});
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue