Go to file
Agate 663419bacf Initial commit 2022-11-16 15:45:18 +01:00
features Initial commit 2022-11-16 15:45:18 +01:00
.gitignore Initial commit 2022-11-16 15:45:18 +01:00
README.md Initial commit 2022-11-16 15:45:18 +01:00
cucumber.js Initial commit 2022-11-16 15:45:18 +01:00
package-lock.json Initial commit 2022-11-16 15:45:18 +01:00
package.json Initial commit 2022-11-16 15:45:18 +01:00

README.md

Utilitaires de test pour les applications Publik

Bibliothèque permettant d'exécuter des spécifications fonctionnelles sous forme de test.

Pour utiliser :

npm install
npm test

Cela devrait lancer un navigateur et exécuter les étapes de test implémentées dans features/*.feature.