Skip to content
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

Integration test for Rails 5 #137

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Conversation

mec
Copy link
Member

@mec mec commented Apr 5, 2024

This is the extra work required to get our simple integration test
running in Rails 5.

It boils down to remove the assumed reliance on Chrome for system tests
that we do not use anyway, we use the rack_test driver for ease.

Please note, these test are expected to FAIL on the 1x branch, they will
only pass on the new v2 branch.

@coveralls
Copy link

coveralls commented Apr 5, 2024

Pull Request Test Coverage Report for Build 8569321061

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.671%

Totals Coverage Status
Change from base Build 8567214877: 0.0%
Covered Lines: 303
Relevant Lines: 304

💛 - Coveralls

@mec mec force-pushed the chore/integration-tests-for-rails-5 branch 2 times, most recently from cee37bd to 1719211 Compare April 5, 2024 11:45
This is the extra work required to get our simple integration test
running in Rails 5.

It boils down to remove the assumed reliance on Chrome for system tests
that we do not use anyway, we use the rack_test driver for ease.

Please note, these test are expected to FAIL on the 1x branch, they will
only pass on the new v2 branch.
@mec mec force-pushed the chore/integration-tests-for-rails-5 branch from 1719211 to f0e3f30 Compare April 5, 2024 11:50
@mec mec merged commit 37e4ce3 into main Apr 5, 2024
3 of 6 checks passed
@mec mec deleted the chore/integration-tests-for-rails-5 branch April 5, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants