-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add setup files for e2e tests #534
base: main
Are you sure you want to change the base?
Conversation
Hi @treoden, I've added the setup files for E2E tests. Please review them, so that I can continue adding the automated test scripts. |
Hi @ishabaral , Yes I see. Please give me sometime I will get back to you asap |
Also, another thought, should the e2e tests be in the project root or in the packages/evershop package? |
added dotenv files used variables from .env set slowmo time to 0 cucumber config file edited
|
Hi @ishabaral , @saw-jan , I prefer the e2e be in the project root, not a part of evershop packages. Since it is for the core development only. |
Added setup files for e2e testing utilizing Playwright and Cucumber.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The repository lacks end-to-end (E2E) testing. This means there are no automated tests in place to validate the application's functionality from end to end. As a result, there is a higher risk of undetected bugs and it becomes challenging to ensure the overall reliability and robustness of the application.
Issue Number: #532
What is the new behavior?
Added setup files for end-to-end (E2E) testing using Playwright and Cucumber which facilitates Behavior-Driven Development (BDD) practices. With this setup, we can define test scenarios in Gherkin language, ensuring comprehensive coverage of our application's behavior.
Does this PR introduce a breaking change?
Other information