Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 946 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 946 Bytes

leovegas-movie-search

This project allows you to search for, view details of, mark to watch later and 'favourite' movies in the movie database

Components are developed using storybook and there are end to end tests in cypress as well as unit tests in jest

The app can be seen running live at https://agitated-boyd-5955af.netlify.app/

Note: due to dependency issues, current node version required to install dependencies is v12.12.0

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the console test runner in the interactive watch mode.

yarn test:coverage

Runs the tests for state logic with test coverage. Note: only runs once due to bug in jest

yarn run cypress:open

Launches the end-to-end test runner

yarn run sb

Opens storybook