Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 73feedd

Browse files
don't execute api by default until ci config is ready
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 63cab04 commit 73feedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"openapi": "openapi-ts -f ./config/openapi-ts.config.ts",
88
"codegen": "npx playwright codegen http://localhost:8080/",
9-
"test": "npx bddgen && npx playwright test --project='api' --project='chromium'",
9+
"test": "npx bddgen && npx playwright test --project='chromium'",
1010
"test:api": "npx bddgen && npx playwright test --project='api'",
1111
"test:ui": "npx bddgen && npx playwright test --project='chromium'",
1212
"test:ui:trace": "npx bddgen && npx playwright test --trace on",

0 commit comments

Comments
 (0)