Add E2E test cases

  1. Install dependencies then run in development mode
$ yarn install && yarn start
  1. Add a new test case file under the src/e2e folder
  2. Run test cases
$ yarn test

If you want to run a particular test file separately, you can execute the following command

$ yarn test ${yourFileName}.e2e.js

The test results will be displayed on the console.