Fix WordPress Playground tests: update blueprints to use installPlugin step, update test command

This commit is contained in:
2025-04-22 16:19:04 +01:00
parent c29841b8ae
commit 0f83330d85
7 changed files with 39 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ jobs:
timeout 60 bash -c 'until curl -s http://localhost:8888; do sleep 2; done'
# Run Cypress tests against WordPress Playground
npm run test:single:headless
npx cypress run --config specPattern=cypress/e2e/playground-single-site.cy.js
performance-test:
name: WordPress Performance Tests