Open Source Adventures: Episode 24: Imba 2 and Cypress
Let's take the Imba 2 JSON Beautifier app from previous episode and do try to add Cypress tests for it.
The first step is npm install cypress.
We could let Cypress create the files with npx cypress open, but it creates huge number of extra files we d...
taw.hashnode.dev3 min read