diff --git a/.github/workflows/PMM_PDPGSQL.yaml b/.github/workflows/PMM_PDPGSQL.yaml index 2499a8b..0cea442 100644 --- a/.github/workflows/PMM_PDPGSQL.yaml +++ b/.github/workflows/PMM_PDPGSQL.yaml @@ -80,7 +80,7 @@ jobs: run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies - run: sudo npx playwright install-deps && npx codeceptjs def pr.codecept.js + run: sudo npx playwright install --with-deps && npx codeceptjs def pr.codecept.js working-directory: pmm-ui-tests - name: Run the Integration tests of pdpgsql diff --git a/.github/workflows/PMM_PROXYSQL.yaml b/.github/workflows/PMM_PROXYSQL.yaml index f2be9a7..796a0e6 100644 --- a/.github/workflows/PMM_PROXYSQL.yaml +++ b/.github/workflows/PMM_PROXYSQL.yaml @@ -91,7 +91,7 @@ jobs: run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies - run: cd pmm-ui-tests && sudo npx playwright install-deps && npx codeceptjs def pr.codecept.js + run: cd pmm-ui-tests && sudo npx playwright install --with-deps && npx codeceptjs def pr.codecept.js - name: Run the Integration tests of PXC run: npx codeceptjs run -c pr.codecept.js tests/qa-integration/pmm_pxc_integration_test.js --steps --debug diff --git a/.github/workflows/PMM_PS.yaml b/.github/workflows/PMM_PS.yaml index 3c7525d..3d1ffc5 100644 --- a/.github/workflows/PMM_PS.yaml +++ b/.github/workflows/PMM_PS.yaml @@ -92,7 +92,7 @@ jobs: run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies - run: sudo npx playwright install-deps && npx codeceptjs def pr.codecept.js + run: sudo npx playwright install --with-deps && npx codeceptjs def pr.codecept.js working-directory: pmm-ui-tests - name: Run the Integration tests of PS diff --git a/.github/workflows/PMM_PXC.yaml b/.github/workflows/PMM_PXC.yaml index da11259..454861c 100644 --- a/.github/workflows/PMM_PXC.yaml +++ b/.github/workflows/PMM_PXC.yaml @@ -91,7 +91,7 @@ jobs: run: git clone https://github.com/percona/pmm-ui-tests.git && cd pmm-ui-tests && npm ci - name: Install npx dependencies - run: cd pmm-ui-tests && sudo npx playwright install-deps && npx codeceptjs def pr.codecept.js + run: cd pmm-ui-tests && sudo npx playwright install --with-deps && npx codeceptjs def pr.codecept.js - name: Run the Integration tests of PXC run: npx codeceptjs run -c pr.codecept.js tests/qa-integration/pmm_pxc_integration_test.js --steps --debug