Update to Sauce Connect 5

This commit is contained in:
Steve Gravrock
2025-03-16 14:34:36 -07:00
parent f0a5ea9d0f
commit e53c7ed8d1
4 changed files with 42 additions and 43 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
name: `jasmine-core ${new Date().toISOString()}`,
build: `Core ${process.env.CIRCLE_BUILD_NUM || 'Ran locally'}`,
tags: ['Jasmine-Core'],
tunnelIdentifier: process.env.SAUCE_TUNNEL_IDENTIFIER,
tunnelName: process.env.SAUCE_TUNNEL_NAME,
username: process.env.SAUCE_USERNAME,
accessKey: process.env.SAUCE_ACCESS_KEY
}