[ACS-8045] update chrome driver settings (#3862)

* [ACS-8045]update ACA chrome driver

* [ACS-8045]update ACA chrome driver to stable

* [ACS-8045]update ACA chrome driver script

* [ACS-8045]revert chrome driver script

* update webdriver tesst

* Update action.yml

* update webdriver command

* update webdriver new script

* remove chrome install step

* remove chrome webdriver update twice

* add chrome webdriver update step

* e2e run command update

* e2e run command update

* e2e run command update

* remove temp e2e
This commit is contained in:
Akash Rathod
2024-05-31 10:11:43 +02:00
committed by GitHub
parent c1851aefe6
commit a98c81bbbe
8 changed files with 615 additions and 25 deletions
+8 -2
View File
@@ -129,7 +129,10 @@ jobs:
path: ./dist/content-ce
key: cache-dist-${{ github.run_id }}
- uses: ./.github/actions/before-e2e
- name: Before e2e
uses: ./.github/actions/before-e2e
with:
e2e-protractor: true
- uses: ./.github/actions/run-e2e
with:
@@ -194,7 +197,10 @@ jobs:
path: ./dist/content-ce
key: cache-dist-${{ github.run_id }}
- uses: ./.github/actions/before-e2e
- name: Before e2e
uses: ./.github/actions/before-e2e
with:
e2e-protractor: false
- name: before playwright
shell: bash