diff --git a/.gitignore b/.gitignore index c925c21..6dbbd72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dist /node_modules +/test-results diff --git a/package.json b/package.json index dd70ea5..9eb818d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "format-check": "prettier --check .", "lint": "eslint public", "lint-styles": "stylelint public/styles/*", - "test": "playwright test" + "test": "playwright test", + "test-ui": "playwright test --ui" }, "devDependencies": { "@playwright/test": "^1.33.0",