Skip to content

ci: add client e2e tests to CI workflow#492

Merged
graphite-app[bot] merged 1 commit intomainfrom
12-03-ci_client_extract_e2e_tests_to_separate_ci_job
Dec 3, 2025
Merged

ci: add client e2e tests to CI workflow#492
graphite-app[bot] merged 1 commit intomainfrom
12-03-ci_client_extract_e2e_tests_to_separate_ci_job

Conversation

@jumski
Copy link
Copy Markdown
Contributor

@jumski jumski commented Dec 3, 2025

Add client e2e tests to CI workflow

This PR adds end-to-end tests for the client package to our CI workflow. The changes include:

  1. Adding a new client-e2e job to the GitHub Actions workflow that:

    • Checks if the client package is affected by changes
    • Pre-starts Supabase for testing
    • Runs the client e2e tests when needed
  2. Updating the dependency chain to include the new client-e2e job:

    • The deploy-website job now depends on client-e2e
    • The deploy-demo job now depends on client-e2e
  3. Refactoring the client package's testing configuration:

    • Renamed test:integration to e2e for consistency
    • Removed the unused test:vitest command
    • Updated the test target to depend on test:unit instead of test:vitest

These changes ensure that client e2e tests are properly run as part of our CI process before deployments.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 3, 2025

⚠️ No Changeset found

Latest commit: 304145b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor Author

jumski commented Dec 3, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge:queue - adds this PR to the back of the merge queue
  • hotfix:queue - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Dec 3, 2025

View your CI Pipeline Execution ↗ for commit 304145b

Command Status Duration Result
nx affected -t verify-exports --base=origin/mai... ✅ Succeeded 3s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 25s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 3m 51s View ↗
nx run edge-worker:e2e ✅ Succeeded 2m 26s View ↗
nx run client:e2e ✅ Succeeded 2m 34s View ↗
nx run cli:e2e ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-03 17:33:26 UTC

@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app Bot commented Dec 3, 2025

Merge activity

# Add client e2e tests to CI workflow

This PR adds end-to-end tests for the client package to our CI workflow. The changes include:

1. Adding a new `client-e2e` job to the GitHub Actions workflow that:
   - Checks if the client package is affected by changes
   - Pre-starts Supabase for testing
   - Runs the client e2e tests when needed

2. Updating the dependency chain to include the new `client-e2e` job:
   - The `deploy-website` job now depends on `client-e2e`
   - The `deploy-demo` job now depends on `client-e2e`

3. Refactoring the client package's testing configuration:
   - Renamed `test:integration` to `e2e` for consistency
   - Removed the unused `test:vitest` command
   - Updated the `test` target to depend on `test:unit` instead of `test:vitest`

These changes ensure that client e2e tests are properly run as part of our CI process before deployments.
@graphite-app graphite-app Bot force-pushed the 12-03-refactor_client_reorganize_tests_into_unit__and_e2e__folders branch from c930054 to d0f7ca4 Compare December 3, 2025 17:25
@graphite-app graphite-app Bot force-pushed the 12-03-ci_client_extract_e2e_tests_to_separate_ci_job branch from bd4e0c7 to 304145b Compare December 3, 2025 17:25
@graphite-app graphite-app Bot changed the base branch from 12-03-refactor_client_reorganize_tests_into_unit__and_e2e__folders to main December 3, 2025 17:33
@graphite-app graphite-app Bot merged commit 304145b into main Dec 3, 2025
9 checks passed
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.

1 participant