hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.43k stars 213 forks source link

[EPIC]: Testframe work for the UI #984

Open zyronix opened 1 year ago

zyronix commented 1 year ago

Description

The new-ui doesn't have any testing framework. Currently testing is quite time consuming.

xbenyx commented 1 year ago

Currently the frontend has the files for the angular testing framework, in each file is possible to find a component.spec.ts. If you run an angular test these files will be fired but of course will crash as data needs to be mocked up, or actions for buttons. Some components are almost identical and can be reusable but even that requires some work using the Angular framework.