RishabhDevbanshi / Pacman-Game

This is a pacman game made using HTML, CSS and Javascript only.
https://rishabhdevbanshi.github.io/Pacman-Game/
59 stars 109 forks source link

Implement End to End testing with cypress #102

Open rhinojosadev opened 4 years ago

rhinojosadev commented 4 years ago

Hi,

Could I implement the beginning of the end by end testing for this app? At this moment we could use https://www.npmjs.com/package/serve to serve the static page in a local host environment and then I could use cypress to test general scenarios. If there are other changes in the app architecture I think we can adapt it as well.

What are your thoughts @RishabhDevbanshi ?

Thanks!

RishabhDevbanshi commented 4 years ago

Yes, you can give it a try.

rhinojosadev commented 4 years ago

@RishabhDevbanshi I added the following PR with the changes

https://github.com/RishabhDevbanshi/Pacman-Game/pull/105