]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: remove headless from e2e for transitions
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Apr 2020 08:09:18 +0000 (10:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Apr 2020 08:09:18 +0000 (10:09 +0200)
e2e/nightwatch.config.js

index 50df2dc269af307132722307048dea86c49428f6..75a974e4fcce5c72cc8728f49a56eee0b5638129 100644 (file)
@@ -1,5 +1,6 @@
 // yarn nightwatch -e chrome,safari,firefox
 
+/** @type {import('nightwatch').NightwatchOptions} */
 module.exports = {
   src_folders: ['e2e/specs'],
   output_folder: 'e2e/reports',
@@ -36,7 +37,7 @@ module.exports = {
         chromeOptions: {
           // https://github.com/nightwatchjs/nightwatch/releases/tag/v1.1.12
           w3c: false,
-          args: ['window-size=1280,800', 'headless'],
+          args: ['window-size=1280,800'],
         },
       },
     },