-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Description
Ive started using codeceptjs and though the samples here shows scenarios of less than ten steps. Those are easier to read. But im using it to create e2e scenarios which spans for several pages, so using pageobjects which means bigger sets of I.**** steps.
Id like my logs to display something like this.
Scenario Title
Open Home Page.
• I am on page "Home Page"
Log In Valid Users.
• I see "Login Name"
• I see "Password."
• I type "User."
• I type "Password."
• I see "Submit"
• I click "Submit"
Search Item To Place In Cart.
• I see "this"
• I click "here"
Metadata
Metadata
Assignees
Labels
No labels