diff --git a/package.json b/package.json index 23e7d89..3a093e7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "reset-db": "docker compose down -v && docker compose up -d", "pretest": "rm -rf coverage && npm run build && docker compose up -d", "test": "PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:3000/ npx playwright test", + "test:ui": "npm run test -- --ui", "test-ci": "TESTS_RUN_IN_DOCKER=true PW_TEST_CONNECT_WS_ENDPOINT=ws://playwright:3000/ npx playwright test", "prepare": "husky", "lint-css": "stylelint \"**/*.css\" --config ./.stylelintrc.json",