Skip to content

Migrate SystemTest tests to ApplicationSystemTestCase #5783

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colby-swandale
Copy link
Member

Currently, the rubygems.org test suite has 2 different kinds of System tests, one that is using the rails ApplicationSystemTestCase and the other, a cut-down version using rack_test as the driver called SystemTest. It's hard to tell when we should be using one or the other, and the benefit of keeping it does not seem high either.

In an effort to simplify our test suit, i want to remove SystemTest and migrate everything to ApplicationSystemTestCase.

Copy link

codecov bot commented Jul 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.18%. Comparing base (23fa363) to head (a151945).
Report is 15 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5783   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files         469      469           
  Lines        9676     9676           
=======================================
  Hits         9404     9404           
  Misses        272      272           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant