Skip to content

Generate integration tests report #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 23, 2025
Merged

Generate integration tests report #602

merged 6 commits into from
Jul 23, 2025

Conversation

bonnie57
Copy link
Collaborator

@bonnie57 bonnie57 commented Jul 21, 2025

Description

  1. Generate an integration test report and display it on the GitHub page
  2. Update workflow to run unit tests and integration tests in the same workflow

Note: Need to get the pr approved and tested

Test

It generates an artifact with a suffix of date and adds a link about the test report. You can click here to see the details.
image

bonnie57 added 2 commits July 21, 2025 15:46
- Added mochawesome test report directory to .gitignore and eslint config.
- Updated pnpm-lock.yaml to include mochawesome and its dependencies.
- Modified test script to use mochawesome as the reporter for integration tests.
- Renamed 'unit_tests' to 'tests' in both internal and external workflows.
- Updated the unit test workflow reference to use a new reusable workflow from bonnie57.
- Removed integration tests from both workflows to streamline the CI process.
@wiz-6cbc7756d1
Copy link

wiz-6cbc7756d1 bot commented Jul 21, 2025

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
Total -

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-c4597a3c4d
Copy link

wiz-c4597a3c4d bot commented Jul 21, 2025

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities -
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
Total -

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

- Renamed the workflow for internal PRs to improve clarity regarding its purpose.
- Changed the test job references in both internal and external workflows to use the new reusable workflow from storyprotocol.
- Ensured consistency in workflow usage across different environments.
Copy link
Contributor

@AndyBoWu AndyBoWu left a comment

Choose a reason for hiding this comment

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

LGTM

- Updated version ranges for several dependencies to ensure compatibility and security.
- Added new dependencies: brace-expansion and @eslint/plugin-kit with updated version constraints.
- Updated form-data dependency to the latest version.
- Upgraded '@eslint/js' and 'eslint' to version 9.27.0.
- Updated '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' to version 8.32.1.
- Removed deprecated versions of several packages to streamline dependencies.
@bonnie57 bonnie57 merged commit d49c834 into main Jul 23, 2025
18 checks passed
@bonnie57 bonnie57 deleted the feat/generate-test-report branch July 23, 2025 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants