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

Run assorted e2e test scenarios in separate CI jobs #109

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

mattbrictson
Copy link
Owner

@mattbrictson mattbrictson commented Sep 16, 2024

Instead of manually writing different test cases for different combinations of answers (Vite, RSpec, etc.), parameterize those options via environment variables. This lets us run various scenarios via CI in parallel across a matrix of jobs.

This gives us better test coverage and should run faster due to parallel execution.

@mattbrictson mattbrictson added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Sep 16, 2024
@mattbrictson mattbrictson marked this pull request as ready for review September 16, 2024 20:21
@mattbrictson mattbrictson changed the title Run different e2e test scenarios in separate CI jobs Run assorted e2e test scenarios in separate CI jobs Sep 16, 2024
@mattbrictson mattbrictson merged commit 051e6b5 into main Sep 16, 2024
12 checks passed
@mattbrictson mattbrictson deleted the parameterize-ci branch September 16, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant