eigerco / lumina-front

frontend for lumina
0 stars 3 forks source link

Add tests #43

Open zvolin opened 1 month ago

zvolin commented 1 month ago

we should have tests running on each PR, testing should likely include some component level testing (kinda jest?) and full end 2 end user stories (kinda cypress?)

aaadamgo commented 1 month ago

Cypress implemented and I ran some tests with some success, it took me a lot time to figure out how to write them. Feel free to run the test branch and do some too.