-
-
Notifications
You must be signed in to change notification settings - Fork 2
test: Add e2e integration testing #35
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
Conversation
🦋 Changeset detectedLatest commit: 2c64513 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Updated package.json to correct published file references.
Updated the generated init code and added e2e integration testing.
Update package.json to include references for the new plugin.
…leframe-dev/styleframe into 34-add-e2e-integration-testing
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This pull request introduces a comprehensive integration testing setup for the Styleframe monorepo, along with several improvements to CI workflows, package configurations, and documentation. The most important changes are grouped below by theme.
Integration Testing Infrastructure
@styleframe/testing-integrationpackage, including its initial configuration, dependencies, scripts, and documentation files (CHANGELOG.md,LICENSE,.gitignore,package.json,playwright.config.ts). This package provides a dedicated environment for running Playwright-based integration tests. [1] [2] [3] [4] [5]Continuous Integration and Artifact Management
.github/workflows/ci.ymlto add an integration test job, adjust permissions, extend build artifact handling to include testing outputs, and improve documentation build artifact management. Also added a timeout for the build job and setfail_ci_if_error: falsefor code coverage reporting. [1] [2] [3] [4].github/workflows/changesets.ymlto set required permissions for contents and pull-requests.Monorepo and Package Configuration
testing/**directory to the workspace and package ignore lists, and updated catalog dependencies inpnpm-workspace.yamland.changeset/config.json. [1] [2]package.jsonfiles to standardize thefilesfield, update main/module/exports entries, and adjust dependencies and peerDependencies for better compatibility and publishing. [1] [2] [3] [4] [5] [6]Build and Test Scripts
package.jsonfor building without docs, building docs, and running integration tests, and updated existing CI scripts for improved workflow. [1] [2]Documentation Improvements
References: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23]