From d9ea92dabac221ddc829f8560d2fc9e564a7b575 Mon Sep 17 00:00:00 2001 From: leonardopadilha Date: Thu, 1 Aug 2024 05:59:02 -0300 Subject: [PATCH] Ajuste no comando do package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17ab33e..f900fc9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "open": "npx cypress open", - "test": "npx cypress run", + "test": "npx cypress run --record", "brows": "browserstack-cypress run" }, "keywords": [],