Skip to content

Commit

Permalink
chore(web-report): optimize report command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Aug 1, 2024
1 parent 82124b4 commit dcc6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-integration/src/playwright/reporter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MidSceneReporter implements Reporter {
generateTestData(testDataList);
console.log(
'\x1b[32m%s\x1b[0m',
`MidScene report has been generated. Run "npx http-server ./midscene_run/report -p 0 -o -s" to view.`,
`MidScene report has been generated. Run "npx http-server ./midscene_run/report -p 9888 -o -s" to view.`,
);
}
}
Expand Down

0 comments on commit dcc6b23

Please sign in to comment.