Web UI Automation testing framework is developed by Visual Studio Code and Cypress based on one of Angular applications.
Configure the project:
Clone the code by using Git.
Install the Visual Studio Code, NPM and Node.js packages.
Open the project folder by using Visual Studio Code IDE and run below commands in VS code terminal.
Due to not uploading node_modules in github, so Run command to install node_modules firstly : npm install --save-dev @angular-devkit/build-angular
And then Run command to install the Node.js type definition : npm install --save-dev @types/node
Finally Run command to compile the project: ng serve
Open browser and type URL: localhost:4200, then view the opensouce website
Run command: npx cypress open to view my test suite and test cases.
The original Angular application repo: https://github.com/Postavshik/ngx-cypress-test