From 1a256dafb99398b445265cf0deb77fcfdd162798 Mon Sep 17 00:00:00 2001 From: Nikita Date: Tue, 19 Nov 2024 23:01:06 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05ff9bab..60ee93c6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "env:start": "wp-env start", "env:stop": "wp-env stop", "env:destroy": "wp-env destroy", - "test": "npm-run-all lint test:unit", + "test": "npm-run-all lint test:unit:php test:e2e", "test:e2e": "playwright test --config tests/e2e/playwright.config.js", "test:e2e:ui": "playwright test --config tests/e2e/playwright.config.js --ui", "test:e2e:install-playwright": "npx playwright install",