Skip to content

Commit 6d5e741

Browse files
committed
Remove old Playwright tests
1 parent e895b64 commit 6d5e741

17 files changed

Lines changed: 0 additions & 1270 deletions

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,13 @@
8686
"unit-tests": "vendor/bin/phpunit",
8787
"ddev:unit-tests:coverage": "ddev xdebug on && ddev exec XDEBUG_MODE=coverage phpunit --coverage-html coverage/ --coverage-clover coverage/report.xml",
8888
"integration-tests": "(cp -n .env.integration.example .env.integration || true) && php tests/integration/PHPUnit/setup.php && vendor/bin/phpunit -c tests/integration/phpunit.xml.dist",
89-
"ddev:pw-install": "ddev npm run playwright install --with-deps",
9089
"test": "npm run unit-tests && npm run integration-tests",
9190
"tdd": "sh -c 'vendor/bin/phpunit --stop-on-failure -v ${1:+--filter $@}' --",
9291
"tdd:integration": "sh -c 'vendor/bin/phpunit -c tests/integration/phpunit.xml.dist --stop-on-failure -v ${1:+--filter $@}' --",
9392
"lint": "npm run phpcs && npm run psalm",
9493
"phpcs": "vendor/bin/phpcs --parallel=8 -s --runtime-set ignore_warnings_on_exit 1",
9594
"psalm": "vendor/bin/psalm --show-info=false --threads=8 --diff",
9695
"fix-lint": "vendor/bin/phpcbf",
97-
"pw-install": "npm run playwright install --with-deps",
98-
"pw-tests": "npm run playwright test",
99-
"pw-tests-headed": "npm run playwright test --headed",
10096
"build": "npm run build:modules"
10197
},
10298
"config": {

tests/Playwright/.env.example

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/Playwright/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/Playwright/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

tests/Playwright/package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/Playwright/playwright.config.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

tests/Playwright/tests/apms-place-order.spec.js

Lines changed: 0 additions & 76 deletions
This file was deleted.

tests/Playwright/tests/blocks-place-order.spec.js

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)