The idea behind this was to simply get a chance to experiment with cypress testing. This is a very simple app with a very simple set of tests. You can see the simple set of tests here. In doing this, my hope is to provide a decent basis for writing tests.
Clone the repo then run npm i.
Once installation has been performed, you have two options to see the tests in action:
npm run cypresswill give you the more user friendly GUI versionnpm run testwill run the TUI interface. The advantage is that you can tie it in to other items.
N/A