To run tests first you need to start up Web application that is hosted at here.
- Clone test web app project
- With HTTPS:
git clone https://github.com/davitperaze/dwu.git
- Or with Github CLI:
gh repo clone davitperaze/dwu
- With HTTPS:
- Install dependencies:
npm install
- Build project:
npm run build
- Run web app:
npm start
- Web app will be available on http://127.0.0.1:8081
- Run tests.
To execute tests run: npm run test
To view test report run: npm run report
.
Report will be available on http://127.0.0.1:8081