Skip to content

Commit

Permalink
Try removing remote debug driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Oct 16, 2023
1 parent 261b403 commit f50891b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm ci
- name: Build
run: npm run test:functional:build:int
- uses: saucelabs/sauce-connect-action@v2.2.1
- uses: saucelabs/sauce-connect-action@v2.3.2
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand All @@ -38,7 +38,6 @@ jobs:
BUILD_NUMBER: $GITHUB_RUN_NUMBER
BUILD_ID: $GITHUB_RUN_ID
JOB_NUMBER: $GITHUB_JOB
REMOTE_DEBUGGING_PORT: 8080

alloy-int-e2e:
name: "Dev Functional Test - Saucectl"
Expand Down
3 changes: 1 addition & 2 deletions karma.saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ module.exports = config => {
platformName: "Windows 11",
browserVersion: "latest",
"sauce:options": {
geckodriverVersion: "0.27.0",
remoteDebuggingPort: 8080
"moz:debuggerAddress": true
}
},
sl_edgeW3C: {
Expand Down

0 comments on commit f50891b

Please sign in to comment.