#Memotest
Memotest UI is an interface that displays a Movies' CRUD consuming a RESTful API Movies API
It is built on Javascript with bootstrap and is tested with Cypress and Jest
You can check it out fully deploy here Memotest UI If instead you wanna run it locally, take a look at the following instructions
npm run | Description |
---|---|
dev | Runs the app in dev mode |
test | Runs Jest tests |
test:ui:dev | Runs Cypress integration tests |