Projet fictif de formation n°06/11 | OpenClassrooms
Landing page
Rapport du test de couverture obtenue
PROBLEMATIQUE
L'application web comporte des erreurs (majeures et mineures) sur le parcours employé qui doivent être analysées et déboguées.
BESOIN
Tester et débugger pour fiabiliser et améliorer le parcours employé.
- Correction des erreurs détectées sur les parcours Employé et Administrateur
- Tests unitaires
- Tests d'intégration GET + POST
- Tests fonctionnels : plan de tests End-to-End du parcours employé
- Repo du code
- Description des fonctionnalités
- Kanban debugs & tests to do
- Plan de tests End-to-End du parcours Administrateur RH
clone the project $ git clone https://github.com/OpenClassrooms-Student-Center/P6-front-end-testing.git
go to the cloned repo $ cd P6-front-end-testing
install npm packages (described in package.json) $ npm install
install live-server to run a local server $ npm install -g live-server
launch the App $ live-server
then go to http://127.0.0.1:8080/
$ npm run test
install jest-cli $npm i -g jest-cli
then
$jest src/__tests__/your_test_file.js
http://127.0.0.1:8080/coverage/lcov-report/