Skip to content

Commit

Permalink
Testing fully again. Now also with headless local
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 71f76ad commit 0968018
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ module.exports = {
//local: ['bs_safari_latest_supported'],

// When browserstack cannot be used, use local Firefox.
ciLocal: ['Firefox'],
ciLocal: ['Chrome'],

// Continous Integration on every push to master
ci: [
// - Let firefox represent the standard evergreen browser.
// Leaving out Chrome, since local tests have hopefully already run on it.
// Chrome will be tested in the pre_npm_publish anyway.
//'bs_firefox_latest_supported',
'Firefox',
// Safari. Enforces native Safari support for every PR!
//'bs_safari_latest_supported'
'Chrome'
'bs_safari_latest_supported'
],

ciLT: [
Expand All @@ -33,7 +32,7 @@ module.exports = {
// Skipping under 4.0 alpha: 'bs_chrome_oldest_supported', // ...because not tested in CI!
'bs_chrome_latest_supported', // ...because not tested in CI!
//'Skipping under 4.0 alpha: bs_firefox_oldest_supported', // ...because not tested in CI!
"bs_safari_latest_supported", // ...because not tested in CI!
"bs_firefox_latest_supported", // ...because not tested in CI!
]
}

0 comments on commit 0968018

Please sign in to comment.