From 7cb3179b92241294b178f40fd181882a6067860e Mon Sep 17 00:00:00 2001 From: bsts Date: Fri, 5 Sep 2025 08:58:42 -0400 Subject: [PATCH] Updating Package json so that we can utilize playwright bdd in a server mode. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2440b307..141b8083 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,9 @@ "main": "./dist/index.js", "exports": { ".": "./dist/index.js", + "./test": "./dist/cli/commands/test.js", + "./env": "./dist/cli/commands/env.js", + "./export": "./dist/cli/commands/export.js", "./decorators": "./dist/decorators.js", "./reporter/cucumber": "./dist/reporter/cucumber/index.js", "./package.json": "./package.json"