From 2039b105a5f769ec6cd81b09d21e0db6aeb90033 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Sun, 24 Oct 2021 01:47:23 +0200 Subject: [PATCH] Documentation pour lancer des tests --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2084ca3..1b6eb32 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,21 @@ Dépendances : Sur debian : -` +``` sudo aptitude install php librsvg2-bin pdftk imagemagick potrace -` +``` Récupération des sources : -` +``` git clone https://github.com/24eme/signaturepdf.git -` +``` -Pour le tester : +Pour le lancer : -` +``` php -S localhost:8000 -t public -` +``` ## Librairies utilisées @@ -52,3 +52,14 @@ php -S localhost:8000 -t public - **OpenType.js** outils de transformation d'un texte et sa police en chemin : https://github.com/opentypejs/opentype.js (MIT) - **ImageMagick** ensemble d'outils de manipulation d'images : https://imagemagick.org/ (Apache-2.0) - **Caveat** police de caractères style écriture à la main : https://github.com/googlefonts/caveat (OFL-1.1) + +## Tests + +Pour exécuter les tests fonctionnels : + +``` +make test +``` + +Les tests sont réalisés avec `puppeteer` et `jest`. +