โ๏ธFronthand hosting
QaBunch team provides two folders, (QAautoMATER_UI) for frontend hosting and (QAautoMATER_Service) for backend hosting.
Extract the ZIP folder and save it on the D or C drive. For example, here both folders can be found under the D drive in the QAautoMATER_Solution folder
Recommendation: Please do not put spaces in folder names.

Fronthand Hosting (QAautoMATER_UI)
Step by Step guideline
Navigate to the "QAautoMATER_UI" folder. Inside this folder, you will find a file named "qaautomater-cert." Replace or paste your certificate file (.pfx) into this folder, ensuring that the new certificate file carries the same name, "qaautomater-cert"

Open new command promt and run
npm install pm2 -g
3. Now run the command
npm install --global serve

Now, navigate to the 'QAautoMATER_UI' folder from the command line window.

To start the front-end application, please run the following command:
pm2 start QAautoMATER.sh

Close your cmd window and to check if the fronthand service is up, access the following URL:

Last updated