Pacman-Game
Pacman-Game copied to clipboard
Implement End to End testing with cypress
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!
Yes, you can give it a try.
@RishabhDevbanshi I added the following PR with the changes
https://github.com/RishabhDevbanshi/Pacman-Game/pull/105