From 89e3db3dfb87bf924e1c140ab48769566b6cc644 Mon Sep 17 00:00:00 2001 From: Jens Grochtdreis <jens.grochtdreis@swr.de> Date: Thu, 18 Jan 2024 10:05:09 +0100 Subject: [PATCH] noch ein Skript in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f8a9864..9431a4b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "ui": "npx playwright test --ui" + "ui": "npx playwright test --ui", + "last": "npx playwright show-report" }, "author": "Jens Grochtdreis", "license": "ISC", -- GitLab