This project is created for UI and API assignment I have used cypress for testing below URLs a. http://wave-trial.getbynder.com/ (for UI) b. https://developers.themoviedb.org/3/movies/get-top-rated-movies/ (for API) c. https://developers.themoviedb.org/3/movies/rate-movie/ (for API)
Please do below after cloning this repository on local machine :-
- npm install
- npm cypress run / npm cypress open
- npm i --g docker
- run below in terminal/command prompt/shell docker run -it -v $PWD:/e2e -w /e2e --entrypoint=cypress cypress/included:3.4.0 run