mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Run Travis using headless Chrome addon
This commit is contained in:
@@ -146,11 +146,6 @@ module.exports = function (config) {
|
||||
],
|
||||
|
||||
customLaunchers: {
|
||||
// Continuous integraation with Chrome - launcher
|
||||
'ChromeTravisCi': {
|
||||
base: 'Chrome',
|
||||
flags: ['--no-sandbox']
|
||||
},
|
||||
// Remote Selenium Server with Chrome - launcher
|
||||
'SeleniumChrome': {
|
||||
base: 'WebDriver',
|
||||
@@ -173,9 +168,5 @@ module.exports = function (config) {
|
||||
|
||||
};
|
||||
|
||||
if (process.env.TRAVIS) {
|
||||
configuration.browsers = ['ChromeTravisCi'];
|
||||
}
|
||||
|
||||
config.set(configuration);
|
||||
};
|
||||
|
Reference in New Issue
Block a user