We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efe9c6 commit 592af12Copy full SHA for 592af12
gulp-tasks/test-integration.js
@@ -113,10 +113,9 @@ async function test_integration() {
113
114
logHelper.log(`Downloading browsers...`);
115
const expiration = 24;
116
+ // We are only running tests in stable, see bellow for reasons.
117
await seleniumAssistant.downloadLocalBrowser('chrome', 'stable', expiration);
- await seleniumAssistant.downloadLocalBrowser('chrome', 'beta', expiration);
118
await seleniumAssistant.downloadLocalBrowser('firefox', 'stable', expiration);
119
- await seleniumAssistant.downloadLocalBrowser('firefox', 'beta', expiration);
120
121
const packagesToTest = glob.sync(`test/${global.packageOrStar}/integration`);
122
if (packagesToTest.length === 0) {
0 commit comments