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

Add support for skipping examples #119

Merged
merged 3 commits into from
May 18, 2024
Merged

Add support for skipping examples #119

merged 3 commits into from
May 18, 2024

Conversation

trotzig
Copy link
Contributor

@trotzig trotzig commented May 18, 2024

This will be similar to the feature we have for Cypress/Playwright, where you can tell Happo to skip certain examples. The idea here is that you can provide an array of component, variant items that will inform Happo to skip over certain stories and variants.

https://docs.happo.io/docs/cypress#skipping-snapshots

This will be similar to the feature we have for Cypress/Playwright,
where you can tell Happo to skip certain examples. The idea here is that
you can provide an array of `component`, `variant` items that will
inform Happo to skip over certain stories and variants.

https://docs.happo.io/docs/cypress#skipping-snapshots
trotzig added 2 commits May 18, 2024 13:44
I mistakenly introduced an infinite loop because the currentIndex wasn't
incremented.
Made a mistake in the last commit.
@trotzig trotzig merged commit f9bf6f8 into master May 18, 2024
7 checks passed
@trotzig trotzig deleted the skip branch May 18, 2024 12:10
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.

1 participant