fix(testing): cypress cannot be started in chrome headless mode (#2683)
This commit is contained in:
parent
2c42431130
commit
417ff21aac
@ -155,7 +155,7 @@ function initCypress(
|
|||||||
}
|
}
|
||||||
|
|
||||||
options.exit = exit;
|
options.exit = exit;
|
||||||
options.headed = !headless;
|
options.headless = headless;
|
||||||
options.record = record;
|
options.record = record;
|
||||||
options.key = key;
|
options.key = key;
|
||||||
options.parallel = parallel;
|
options.parallel = parallel;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user