-
Notifications
You must be signed in to change notification settings - Fork 0
TESTING for iteration 1
Saruj Sattayanurak edited this page Oct 22, 2021
·
11 revisions
- Pass 36
- Fail 1
- Unit testing with JEST - see more detail in
src/test/helper.test.js - BBD with Cucumber - here is an example of Gherkin code
Feature: Priority
Scenario: Assign priority to each user
Given user who was born on 2000-10-20
When user is a teacher
Then user have been assigned to priority level 3
see more priority.feature and steps.js both file are in features