La recherche a retourné 1 résultat
Aller sur la recherche avancée
- sam. mars 14, 2026 11:51 am
- Forum : Questions générales / General questions
- Sujet : Help : automatisation en BDD de tests front avec php
- Réponses : 12
- Vues : 9411
Re: Help : automatisation en BDD de tests front avec php
You can use Behat in PHP to maintain a Gherkin-like approach, but the technology is outdated and poorly maintained. It's often more sensible to decouple testing from the PHP backend and use Cypress or Playwright with Gherkin for a modern, maintainable solution that integrates better with current too...