taniarascia / takenote

📝 ‎ A web-based notes app for developers.

Home Page:https://takenote.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot tests

adj2908 opened this issue · comments

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 hi! I think this is very interesting idea, and i would like to help you with that.

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

Yes, i'm agree

Hi,
Is anyone still working on this please?