Skip to content

Furong-Huang/Cypress-WebAPITesting-FromZeroToHero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress-WebAPITesting-FromZeroToHero

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.

Due to not uploading node_modules in github, so Run command to install node_modules firstly : npm install --save-dev @angular-devkit/build-angular

Then 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published