-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
O3 - 2199 : Add BDD steps on tests #40
base: main
Are you sure you want to change the base?
Conversation
@Piumal1999 @jayasanka-sack Please review this PR. |
@jayasanka-sack @Piumal1999 I do some updates and commit that on to this. please review this issue. |
@Piumal1999 I committed the suggestions. can you please review this? |
Hi @dilankavishka, |
a32bfb3
to
fa225e3
Compare
@Piumal1999 Done with the issue. can you please review this? |
@Piumal1999 Done with the suggestions. |
This is very close, @dilankavishka. Do you have the bandwidth to wrap it up? |
@jayasanka-sack I found this that I uncompleted this PR. Let me complete this soon. |
@jayasanka-sack I made some changes for this. Could you please review this again? |
Requirements
Summary
This PR enhances the existing End-to-End (E2E) tests by incorporating Behavior-Driven Development (BDD) steps using Gherkin syntax. The modifications utilize Playwright's test.step function to organize the test scenarios into well-defined steps, making the test suite more readable and aligned with BDD principles.
Screenshots
Updated changes.
None.
Issue
None.
Other
None.