Fix WordPress Playground tests: update blueprints to use installPlugin step, update test command
This commit is contained in:
2
.github/workflows/playground-tests.yml
vendored
2
.github/workflows/playground-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user