ember-slack-search-input
Version:
Ember Slack Search Input addon
18 lines (16 loc) • 428 B
JavaScript
module.exports = {
framework: 'qunit',
test_page: 'tests/index.html',
launch_in_ci: ['Chrome'],
launch_in_dev: ['Chrome'],
browser_args: {
Chrome: [
// --no-sandbox is needed when running Chrome inside a container
process.env.TRAVIS ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
'--remote-debugging-port=9222',
'--window-size=1440,90',
].filter(Boolean),
},
};