Skip to content

Commit

Permalink
try older version of chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed Oct 25, 2024
1 parent 7b26a8c commit 4ee1177
Showing 1 changed file with 68 additions and 13 deletions.
81 changes: 68 additions & 13 deletions .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,13 @@ jobs:
- name: Start Console, MinIO and Nginx
run: |
(CONSOLE_SUBPATH=/console/subpath ./console server ) & (make test-initialize-minio-nginx)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
Expand Down Expand Up @@ -278,8 +282,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
Expand Down Expand Up @@ -331,8 +340,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
Expand Down Expand Up @@ -383,8 +397,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
Expand Down Expand Up @@ -436,8 +455,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
timeout-minutes: 10
Expand Down Expand Up @@ -484,8 +508,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
timeout-minutes: 5
Expand Down Expand Up @@ -532,8 +561,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
timeout-minutes: 5
Expand Down Expand Up @@ -579,8 +613,14 @@ jobs:
- name: Start Console, front-end app and initialize users/policies
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
timeout-minutes: 5
Expand Down Expand Up @@ -627,8 +667,13 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
timeout-minutes: 5
Expand Down Expand Up @@ -676,12 +721,17 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/permissions-A/ --skip-js-errors -c 3 --debug-on-fail
npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/permissions-A/ --skip-js-errors -c 3 --debug-on-fail
- name: Clean up users & policies
run: |
make cleanup-permissions
Expand Down Expand Up @@ -727,12 +777,17 @@ jobs:
run: |
(./console server) & (make initialize-permissions)
- uses: browser-actions/setup-chrome@v1
name: Use Chrome Version
with:
chrome-version: 128

- name: Install TestCafe
run: npm install -g testcafe@3.7.0-rc.1
run: npm install -g testcafe@3.5.0

- name: Run TestCafe Tests
run: |
npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/permissions-B/ --skip-js-errors-c 3 --debug-on-fail
npx testcafe "chrome:headless --disable-search-engine-choice-screen" web-app/tests/permissions-B/ --skip-js-errors -c 3 --debug-on-fail
- name: Clean up users & policies
run: |
Expand Down

0 comments on commit 4ee1177

Please sign in to comment.