Skip to content

Commit

Permalink
adds FF profile to lti-course-manager testem config.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Feb 15, 2024
1 parent 199b5bf commit c1dcb02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/lti-course-manager/testem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint camelcase: 0 */
'use strict';

module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
Expand All @@ -18,5 +20,8 @@ module.exports = {
'--window-size=1440,900',
].filter(Boolean),
},
Firefox: {
ci: ['--headless', '--window-size=1440,900'].filter(Boolean),
},
},
};

0 comments on commit c1dcb02

Please sign in to comment.