Prerequisite software needs to be installed in the system: Node: v12.16.3 or latest version. Visual studio code: 1.51.1 or latest version.
Install the packages:
Copy or git pull the "Transcriber" repository in the system. Go to the "Cypress_TR_NewProject" repository and then run npm install. Open the terminal window in the visual studio. run the "npm run test" to execute the script.
HTML file output is generated in the cypress/reports/mochareports folder. test case passed then green message appear. test case failed then assert failed message appears along with a screenshot. A message appears in the terminal window if the test case passed.