Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
romgere committed Mar 6, 2024
1 parent ae6c37c commit 13bac0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: ['Chrome'],
launch_in_ci: [/*'Chrome',*/ 'Firefox'],
launch_in_dev: ['Chrome'],
browser_start_timeout: 120,
browser_args: {
Expand All @@ -19,5 +19,8 @@ module.exports = {
'--window-size=1440,900',
].filter(Boolean),
},
Firefox: {
ci: ['-headless'],
},
},
};

0 comments on commit 13bac0a

Please sign in to comment.