Serenity and Cucumber Quick Start
Home
>
Wordle Rules
>
Hints
> Possible hints for a word
Overall Test Results
Requirements
Capabilities
Features
Report generated 12-03-2024 07:14
Hints
Under 1 Second (Duration)
Possible hints for a word
Scenario Outline
Given the target word is "<Word>"
When the player requests a hint
Then the proposed hints should include "<Hint Text>"
Examples:
#
Word
Hint Type
Hint Text
1
APPLE
Starts with letter
The word starts with the letter A
2
CREEK
Ends with letter
The word ends with the letter K
3
GROWL
Single vowel
The word contains 1 vowel
4
APPLE
Multiple vowels
The word contains 2 vowels
5
CRYPT
No vowels
The word contains no vowels
Steps
Outcome
1: Possible hints for a word ({Word=APPLE, Hint Type=Starts with letter, Hint Text=The word starts with the letter A})
SUCCESS
012ms
Given the target word is "APPLE"
SUCCESS
005ms
When the player requests a hint
SUCCESS
Then the proposed hints should include "The word starts with the letter A"
SUCCESS
2: Possible hints for a word ({Word=CREEK, Hint Type=Ends with letter, Hint Text=The word ends with the letter K})
SUCCESS
020ms
Given the target word is "CREEK"
SUCCESS
014ms
When the player requests a hint
SUCCESS
Then the proposed hints should include "The word ends with the letter K"
SUCCESS
3: Possible hints for a word ({Word=GROWL, Hint Type=Single vowel, Hint Text=The word contains 1 vowel})
SUCCESS
008ms
Given the target word is "GROWL"
SUCCESS
When the player requests a hint
SUCCESS
Then the proposed hints should include "The word contains 1 vowel"
SUCCESS
4: Possible hints for a word ({Word=APPLE, Hint Type=Multiple vowels, Hint Text=The word contains 2 vowels})
SUCCESS
004ms
Given the target word is "APPLE"
SUCCESS
When the player requests a hint
SUCCESS
Then the proposed hints should include "The word contains 2 vowels"
SUCCESS
5: Possible hints for a word ({Word=CRYPT, Hint Type=No vowels, Hint Text=The word contains no vowels})
SUCCESS
005ms
Given the target word is "CRYPT"
SUCCESS
When the player requests a hint
SUCCESS
Then the proposed hints should include "The word contains no vowels"
SUCCESS
SUCCESS
0.03s
Serenity BDD version 4.1.3