7827479e9c
Replace @skip tag + placeholder step with just placeholder step.
Skipped scenarios now only need:
Scénario: Name
* Scénario non implémenté
- Remove @skip tags from all 26 feature files
- Add step definition returning 'skipped' for placeholder
- Update GherkinHighlighter to hide placeholder and make
skipped scenarios non-expandable (no chevron, no click)
- Update documentation with new format
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
874 B
Gherkin
24 lines
874 B
Gherkin
# language: fr
|
|
@NOTIF @priority-2
|
|
Fonctionnalité: US-18 Être informé lorsque de nouveaux participants s'inscrivent
|
|
En tant qu'utilisateur
|
|
Je peux être informé lorsque de nouveaux participants s'inscrivent à un événement auquel je suis inscrit
|
|
En utilisant un système de notifications
|
|
Afin de savoir qui participe à un événement
|
|
|
|
Contexte:
|
|
Étant donné que je suis connecté en tant qu'utilisateur
|
|
|
|
Scénario: Configurer les notifications de nouveaux participants
|
|
Étant donné que je suis sur la page "paramètres"
|
|
Alors l'écran contient une section "Notifications"
|
|
|
|
Scénario: Activer les notifications pour un événement
|
|
* Scénario non implémenté
|
|
|
|
Scénario: Filtrer les notifications par réseau
|
|
* Scénario non implémenté
|
|
|
|
Scénario: Voir les nouveaux participants sur l'accueil
|
|
* Scénario non implémenté
|