Skip to content

Commit a2492bb

Browse files
committed
update running tests
1 parent 6a722b9 commit a2492bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/agent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"script:setup": "node dist/scripts/setup.js",
2020
"script:createUser": "node dist/scripts/createUser.js",
2121
"script:createToken": "node dist/scripts/createToken.js",
22-
"test": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml playwright test spec/testUI.spec.js --grep '@gh_actions' --reporter=list,html,junit",
23-
"test:e2e": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml playwright test spec/testUI.spec.js --reporter=list,junit",
24-
"test:install": "playwright install",
22+
"test": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml npx playwright test spec/testUI.spec.js --grep '@gh_actions' --reporter=list,html,junit",
23+
"test:e2e": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml npx playwright test spec/testUI.spec.js --reporter=list,junit",
24+
"test:install": "npx playwright install",
2525
"test:integration": "NODE_OPTIONS='--import tsx' mocha 'tests/integration/**/*.spec.ts' --require tests/integration/setup/global-setup.ts",
2626
"test:ragas": "NODE_OPTIONS='--import tsx' tsx tests/ragas/evaluate.ts",
2727
"test:ragas:results": "NODE_OPTIONS='--import tsx' tsx tests/ragas/show-results.ts",

0 commit comments

Comments
 (0)