Skip to content

Report test result - #361

Merged
samchon merged 1 commit into
masterfrom
feat/report
Jul 15, 2025
Merged

Report test result#361
samchon merged 1 commit into
masterfrom
feat/report

Conversation

@samchon

@samchon samchon commented Jul 15, 2025

Copy link
Copy Markdown
Owner

This pull request introduces changes to enhance test reporting by integrating the DynamicExecutor.IReport interface from @nestia/e2e. The updates ensure that test execution results are captured and reported using the TestAutomationStdio.report method. The changes affect both test/index.ts and test/webpack.ts.

Enhancements to Test Reporting:

  • Integration of DynamicExecutor.IReport: Updated TestAutomation.execute calls in both test/index.ts and test/webpack.ts to store the execution report in a DynamicExecutor.IReport variable. [1] [2]
  • Added Reporting Mechanism: Introduced the TestAutomationStdio.report(report) call in both files to log the execution report after test completion. [1] [2]

Dependency Updates:

  • Imported DynamicExecutor: Added the DynamicExecutor import from @nestia/e2e in both test/index.ts and test/webpack.ts to support the new reporting functionality. [1] [2]

@samchon
samchon requested a review from Copilot July 15, 2025 02:54
@samchon samchon self-assigned this Jul 15, 2025
@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 15, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request enhances test reporting by integrating the DynamicExecutor.IReport interface from @nestia/e2e to capture and report test execution results. The changes ensure that test results are properly logged after completion using the TestAutomationStdio.report method.

  • Added DynamicExecutor.IReport type annotation to capture test execution results
  • Integrated TestAutomationStdio.report() calls to log execution reports after test completion
  • Updated imports to include DynamicExecutor from @nestia/e2e package

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
test/index.ts Added DynamicExecutor import and reporting mechanism for direct backend testing
test/webpack.ts Added DynamicExecutor import and reporting mechanism for webpack-based testing

@samchon
samchon merged commit de19af0 into master Jul 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants