fix(testing): cypress cannot be started in chrome headless mode (#2683)

This commit is contained in:
Florian Tischler 2020-03-20 20:10:19 +01:00 committed by GitHub
parent 2c42431130
commit 417ff21aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ function initCypress(
}
options.exit = exit;
options.headed = !headless;
options.headless = headless;
options.record = record;
options.key = key;
options.parallel = parallel;