Skip to content

aboubacar3012/OC-P5-Testez-une-application-full-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoga

This project was generated with Angular CLI version 14.1.0.

Start the project

Git clone:

git clone https://github.com/OpenClassrooms-Student-Center/P5-Full-Stack-testing

Backend

Go inside folder:

cd back

mvn spring-boot:run

Frontend

Go inside folder:

cd front

Install dependencies:

npm install

Launch Front-end:

npm run start;

Ressources

Postman collection

For Postman import the collection

ressources/postman/yoga.postman_collection.json

by following the documentation:

https://learning.postman.com/docs/getting-started/importing-and-exporting-data/#importing-data-into-postman

MySQL

SQL script for creating the schema is available ressources/sql/script.sql

By default the admin account is:

Test Frontend

For launch and generate the jacoco code coverage:

mvn clean test

Test Frontend

E2E

Launching e2e test:

npm run e2e

Generate coverage report (you should launch e2e test before):

npm run e2e:coverage

Report is available here:

front/coverage/lcov-report/index.html

Unitary test

Launching test:

npm run test

for following change:

npm run test:watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •