Skip to content

Conversation

@alexgrozav
Copy link
Contributor

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

  • Added the @styleframe/testing-integration package, 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]
  • Added Playwright GitHub Actions workflow for automated integration tests on pushes and pull requests.

Continuous Integration and Artifact Management

  • Updated .github/workflows/ci.yml to 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 set fail_ci_if_error: false for code coverage reporting. [1] [2] [3] [4]
  • Updated .github/workflows/changesets.yml to set required permissions for contents and pull-requests.

Monorepo and Package Configuration

  • Added the testing/** directory to the workspace and package ignore lists, and updated catalog dependencies in pnpm-workspace.yaml and .changeset/config.json. [1] [2]
  • Updated several package.json files to standardize the files field, 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

  • Added new scripts to the root package.json for building without docs, building docs, and running integration tests, and updated existing CI scripts for improved workflow. [1] [2]

Documentation Improvements

  • Clarified initialization instructions in Vite and Nuxt installation docs, specifying required config files. [1] [2]

References: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23]

@alexgrozav alexgrozav self-assigned this Oct 31, 2025
@alexgrozav alexgrozav linked an issue Oct 31, 2025 that may be closed by this pull request
@changeset-bot
Copy link

changeset-bot bot commented Oct 31, 2025

🦋 Changeset detected

Latest commit: 2c64513

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@styleframe/core Patch
@styleframe/loader Patch
styleframe Patch
@styleframe/transpiler Patch
@styleframe/plugin Patch
@styleframe/cli Patch
@styleframe/theme Patch

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

@vercel
Copy link

vercel bot commented Oct 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
styleframe-dev-production Ready Ready Preview Comment Oct 31, 2025 5:39pm

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
@alexgrozav alexgrozav merged commit 5d53569 into main Oct 31, 2025
9 of 10 checks passed
@alexgrozav alexgrozav deleted the 34-add-e2e-integration-testing branch October 31, 2025 17:45
@github-actions github-actions bot mentioned this pull request Oct 31, 2025
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.

Add e2e integration testing

2 participants