Skip to content

remove deprecated force flag from e2e tests#7476

Merged
alfonso-noriega merged 1 commit intomainfrom
05-06-remove_deprecated_force_flag_from_e2e_tests
May 6, 2026
Merged

remove deprecated force flag from e2e tests#7476
alfonso-noriega merged 1 commit intomainfrom
05-06-remove_deprecated_force_flag_from_e2e_tests

Conversation

@alfonso-noriega
Copy link
Copy Markdown
Contributor

@alfonso-noriega alfonso-noriega commented May 6, 2026

WHY are these changes introduced?

The --force flag used in the TOML config e2e tests has been replaced with the more explicit --allow-updates and --allow-deletes flags, aligning the tests with the updated CLI interface for the app deploy command.

WHAT is this pull request doing?

Replaces --force with --allow-updates --allow-deletes in the app deploy commands within the TOML config e2e tests (both the valid and invalid config specs).

How to test your changes?

Run the affected e2e tests locally:

  • packages/e2e/tests/toml-config.spec.ts
  • packages/e2e/tests/toml-config-invalid.spec.ts

Verify that the deploy commands execute as expected with the new flags.

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've considered analytics changes to measure impact
  • The change is user-facing — I've identified the correct bump type (patch for bug fixes · minor for new features · major for breaking changes) and added a changeset with pnpm changeset add

Copy link
Copy Markdown
Contributor Author

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

@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label May 6, 2026
@alfonso-noriega alfonso-noriega marked this pull request as ready for review May 6, 2026 13:03
@alfonso-noriega alfonso-noriega requested a review from a team as a code owner May 6, 2026 13:03
@alfonso-noriega alfonso-noriega added this pull request to the merge queue May 6, 2026
Merged via the queue into main with commit 95c92ff May 6, 2026
28 of 30 checks passed
@alfonso-noriega alfonso-noriega deleted the 05-06-remove_deprecated_force_flag_from_e2e_tests branch May 6, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants