Skip to content

Feat 132 support test pyramid for jest browserstack etc#80

Merged
tshuck-beyond merged 7 commits intomainfrom
feat-132-support-test-pyramid-for-jest-browserstack-etc
Mar 20, 2025
Merged

Feat 132 support test pyramid for jest browserstack etc#80
tshuck-beyond merged 7 commits intomainfrom
feat-132-support-test-pyramid-for-jest-browserstack-etc

Conversation

@tshuck-beyond
Copy link
Collaborator

Extracts test pyramid mapping out of the test file service class. Allows test files in the jest --json format to be mapped into test pyramid data as well.

@tshuck-beyond tshuck-beyond requested a review from hstrowd March 19, 2025 19:23
FEATURES_KEY = 'features'

def self.write!(unit_examples, integration_examples, regression_examples, regression_assignments)
def self.write!(unit_by_feature, integration_by_feature, regression_by_feature)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class got slimmed down nicely and is now much more cleanly focused on the test pyramid output file. Great stuff! 💪

@tshuck-beyond tshuck-beyond merged commit cb1b075 into main Mar 20, 2025
10 checks passed
@tshuck-beyond tshuck-beyond deleted the feat-132-support-test-pyramid-for-jest-browserstack-etc branch March 20, 2025 12:12
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.

2 participants