Skip to content

Commit

Permalink
Try to fix PGSM-PMM integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jul 24, 2024
1 parent 56e429c commit 62b2816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pmm_pgsm_setup/pmm_pgsm_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ sudo rm -r pmm-ui-tests || true ## Delete if the Repo already checkedout
git clone -b ${PMM_UI_BRANCH} https://github.com/percona/pmm-ui-tests
pushd pmm-ui-tests
npm install --force
npx playwright install
export PMM_UI_URL="http://127.0.0.1:8081/"
./node_modules/.bin/codeceptjs run --debug --steps -c pr.codecept.js --grep '@pgsm-pmm-integration'
popd

0 comments on commit 62b2816

Please sign in to comment.