From 359f49387acd48e5c4f26c9e2367b01b13c25d52 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 24 Apr 2025 17:49:16 +0200 Subject: [PATCH] Add Playwright test scripts to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e8b17e..ed3dcfd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,11 @@ "@playwright/test": "^1.52.0", "@types/node": "^22.14.1" }, - "scripts": {}, + "scripts": { + "test": "npx playwright test", + "ui": "npx playwright test --ui", + "codegen": "npx playwright codegen" + }, "repository": { "type": "git", "url": "git+https://github.com/marcusju23/Springboot.git"