Skip to content

panavdua/VirtualVaultTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce website

CI link example for Milestone 1: URL link

Instructions

To install the project dependencies, run this command in your terminal:

npm install

To run the application in development mode, execute:

npm run dev

To run both frontend and backend tests, execute:

npm run test

Below are the commands to run the tests independently:

npm run test:frontend
npm run test:backend

Below are the commands to run the integration tests independently:

npm run test:frontend-integration
npm run test:backend-integration

Below are the commands to run the playwright tests:

npx playwright test

Below are the commands to generate sonarqube coverage:

1. npm run test (This will generate frontend and backend lcov.info)
2. npm run coverage (This will merge the frontend and backend coverage)
3. npm run sonarqube (This will generate sonarqube coverage)

About

cs4218-2420-cs4218-2420-ecom-project-ecom created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • HTML 29.3%
  • CSS 3.0%
  • SCSS 0.3%