-
Notifications
You must be signed in to change notification settings - Fork 72
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
+618
−276
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Wiz Scan Summary
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.
bonnie57
commented
Jul 21, 2025
lucas2brh
approved these changes
Jul 21, 2025
- 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.
AndyBoWu
approved these changes
Jul 23, 2025
There was a problem hiding this 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
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.