Pacman-Game icon indicating copy to clipboard operation
Pacman-Game copied to clipboard

Implement End to End testing with cypress

Open rhinojosadev opened this issue 5 years ago • 2 comments

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!

rhinojosadev avatar Oct 04 '20 00:10 rhinojosadev

Yes, you can give it a try.

RishabhDevbanshi avatar Oct 04 '20 01:10 RishabhDevbanshi

@RishabhDevbanshi I added the following PR with the changes

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

rhinojosadev avatar Oct 04 '20 07:10 rhinojosadev