Skip to content

Commit 9dabeeb

Browse files
committed
update reporter
1 parent a2492bb commit 9dabeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"script:createUser": "node dist/scripts/createUser.js",
2121
"script:createToken": "node dist/scripts/createToken.js",
2222
"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",
23+
"test:e2e": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml npx playwright test spec/testUI.spec.js --reporter=list,html,junit",
2424
"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",

0 commit comments

Comments
 (0)