We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2492bb commit 9dabeebCopy full SHA for 9dabeeb
apps/agent/package.json
@@ -20,7 +20,7 @@
20
"script:createUser": "node dist/scripts/createUser.js",
21
"script:createToken": "node dist/scripts/createToken.js",
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",
+ "test:e2e": "PLAYWRIGHT_JUNIT_OUTPUT_NAME=DKG_Node_UI_Tests.xml npx playwright test spec/testUI.spec.js --reporter=list,html,junit",
24
"test:install": "npx playwright install",
25
"test:integration": "NODE_OPTIONS='--import tsx' mocha 'tests/integration/**/*.spec.ts' --require tests/integration/setup/global-setup.ts",
26
"test:ragas": "NODE_OPTIONS='--import tsx' tsx tests/ragas/evaluate.ts",
0 commit comments