Gherkin rules will help reduce review/running time and make BDD good than
Each file should have only 10
Scenarios. It will help debug and run pallarel
Each Examples
of a Scenario Outline will be count is a Scenario
Allow tags for BDD
- Driver tags
@cms //connect CMS
@parent //connect Parent
@parent2 //connect Parent 2
@learner //connect Learner
@learner2 //connect Learner 2
@teacher //connect Teacher
@teacher2 //connect Teacher 2
@cms-jprep //connect CMS of JPREP
- Squad tags
@syllabus
@communication
@user
@lesson
@virtual-classroom
@entry-exit
@invoice
- Feature tags
@login
@lo
@course
@book
@studyplan
@studyplan-course
@studyplan-book
@studyplan-item-create
@studyplan-item-delete
@studyplan-item-admin-edit
@studyplan-item-teacher-edit-p1
@studyplan-item-teacher-edit-p2
@studyplan-item-teacher-edit
@studyplan-item-teacher-edit-v2
@studyplan-item-bulk-edit
@studyplan-item-do-quiz
@question
@assignment
@lesson-report-submit
@flashcard
- Partner tags
@jprep
- Other tags
@ignore
@grpc
@demo
@network
@staging
- Background: 10
- Scenario: 15
- Feature: 120
- Scenario: 120
- Step: 120