Skip to content

Commit

Permalink
Removing unnecesary browser downloads (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicadri committed Jul 26, 2022
1 parent 8efe9c6 commit 592af12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulp-tasks/test-integration.js
Expand Up @@ -113,10 +113,9 @@ async function test_integration() {

logHelper.log(`Downloading browsers...`);
const expiration = 24;
// We are only running tests in stable, see bellow for reasons.
await seleniumAssistant.downloadLocalBrowser('chrome', 'stable', expiration);
await seleniumAssistant.downloadLocalBrowser('chrome', 'beta', expiration);
await seleniumAssistant.downloadLocalBrowser('firefox', 'stable', expiration);
await seleniumAssistant.downloadLocalBrowser('firefox', 'beta', expiration);

const packagesToTest = glob.sync(`test/${global.packageOrStar}/integration`);
if (packagesToTest.length === 0) {
Expand Down

0 comments on commit 592af12

Please sign in to comment.