diff --git a/package.json b/package.json index e95d4f86..8955bbc4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:coverage": "vitest test/unit test/integration test/contract --coverage", "test:integration": "NODE_ENV=test playwright test --config ./test/integration/playwright.config.js", "test:acceptance": "NODE_ENV=development playwright test --config ./test/acceptance/playwright.config.js", - "test:acceptance:ci": "NODE_ENV=ci playwright test --config ./test/acceptance/playwright.config.js --grep @url", + "test:acceptance:ci": "NODE_ENV=ci playwright test --config ./test/acceptance/playwright.config.js", "playwright-codegen": "playwright codegen http://localhost:5000", "lint": "standard", "lint:fix": "standard --fix"