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

Snapshot tests #589

Open
adj2908 opened this issue Sep 2, 2022 · 4 comments
Open

Snapshot tests #589

adj2908 opened this issue Sep 2, 2022 · 4 comments
Labels
Type: Feature New feature or request

Comments

@adj2908
Copy link

adj2908 commented Sep 2, 2022

Hi @taniarascia ,

I would like to contribute to this project by adding snapshot tests, how can I proceed with it?

Few details on snapshot tests.
Snapshot tests are a very useful tool whenever you want to make sure your UI does not change unexpectedly.

A typical snapshot test case renders a UI component, takes a snapshot, then compares it to a reference snapshot file stored alongside the test. The test will fail if the two snapshots do not match: either the change is unexpected, or the reference snapshot needs to be updated to the new version of the UI component

Thanks.

@adj2908 adj2908 added the Type: Feature New feature or request label Sep 2, 2022
@Cor4zon
Copy link

Cor4zon commented Sep 3, 2022

@adj2908 hi! I think this is very interesting idea, and i would like to help you with that.

@adj2908
Copy link
Author

adj2908 commented Sep 3, 2022

Sure @Cor4zon, @taniarascia Can you please assign this to me? Thanks.

@Cor4zon
Copy link

Cor4zon commented Oct 18, 2022

Yes, i'm agree

@SGA-pranamika-pandey
Copy link

Hi,
Is anyone still working on this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants