-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TRA-13028] Tests end-to-end avec Playwright #2822
Conversation
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
console.log("========================================================"); | ||
console.log("========================= E2E =========================="); | ||
console.log("========================================================"); | ||
console.log("env", process.env); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High test
Contexte
Afin de réduire le temps de recettage, notamment au niveau des checklists standards BSDs, et d'améliorer la couverture de test, cette PR vise à ajouter Playwright au repo.
TODO
Notes
Lancer les tests en local:
npx playwright test
Afficher le rapport:
npx playwright show-report
Lancer le recorder:
npx playwright codegen http://trackdechets.local/login
Ticket Favro
Etudier la faisabilité des tests end-to-end