Skip to content

feat(templates): added int and e2e tests to blank and website templates - #12866

Merged
denolfe merged 55 commits into
mainfrom
feat/templates-update
Jun 26, 2025
Merged

feat(templates): added int and e2e tests to blank and website templates#12866
denolfe merged 55 commits into
mainfrom
feat/templates-update

Conversation

@paulpopus

@paulpopuspaulpopus commented Jun 19, 2025

Copy link
Copy Markdown
Member

This PR adds int tests with vitest and e2e tests with playwright directly into our templates.

The following are also updated:

  • bumps core turbo to 2.5.4 in monorepo
  • blank and website templates moved up to be part of the monorepo workspace
    • this means we now have thes templates filtered out in pnpm commands in package.json
    • they will now by default use workspace packages which we can use for manual testing and int and e2e tests
    • note that turbo doesnt work with these for dev in monorepo context
  • CPA script will fetch latest version and then replace workspace:* or the pinned version in the package.json before installation
  • blank template no longer uses _template as a base, this is to simplify management for workspace
  • updated the generate template variations script

@paulpopus
paulpopus marked this pull request as ready for review June 24, 2025 17:37
@paulpopuspaulpopus changed the title feat: added int and e2e tests to blank and website templatesfeat(templates): added int and e2e tests to blank and website templatesJun 24, 2025
@paulpopus
paulpopus requested a review from denolfeJune 24, 2025 18:23

@denolfedenolfe left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looking good, just a few small things.

Comment threaddocs/plugins/sentry.mdx Outdated
Comment threadtools/scripts/src/generate-template-variations.ts Outdated
Comment thread.github/workflows/main.yml
@denolfe
denolfe merged commit 87c7952 into mainJun 26, 2025
@denolfe
denolfe deleted the feat/templates-update branch June 26, 2025 17:55
@github-actions

Copy link
Copy Markdown
Contributor

🚀 This is included in version v3.44.0

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@paulpopus@denolfe