Skip to content

Commit

Permalink
SUPINT-2313: Discovery on unit test cases failing in firefox(Saucelabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Feb 8, 2024
1 parent 7b55593 commit e13969a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
unit-test:
runs-on: ubuntu-latest
runs-on: [ self-hosted, master ]
steps:
- uses: actions/checkout@v2
with:
Expand Down
7 changes: 7 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
platform: 'Windows 10',
version: 'latest',
},
sl_latest_firefox: {
base: 'SauceLabs',
browserName: 'firefox',
platform: 'Windows 10',
version: '98.0',
geckodriverVersion: '0.30.0',
},
sl_latest_safari: {
base: 'SauceLabs',
browserName: 'safari',
Expand Down

0 comments on commit e13969a

Please sign in to comment.