Added e2e test cases using testRigor #844
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
EverShop currently does not run testRigor-based end-to-end tests in CI. There is no automated E2E coverage via testRigor wired into repository workflows.
Issue Number: N/A
What is the new behavior?
This PR adds testRigor end-to-end testing integration:
http://localhost:3000/admin.Does this PR introduce a breaking change?
Other information
Changes proposed in this Pull Request:
This pull request adds end-to-end test cases using testRigor for EverShop.
testRigor is an AI-powered end-to-end testing platform that allows you to write tests in plain English. This setup enables automated testing of EverShop’s UI and functionality from a user’s perspective, covering Admin and Storefront flows.
What’s included:
packages/evershop/src/Tests/e2e-testcases/containing:testcases/(plain-English tests)reusable-rules/(shared rules)README.mdLatest successful CI run:
https://github.com/Divyoth1234/evershop/actions/runs/19954170798
Why testRigor?
How to test the changes in this Pull Request:
CI (automatic)
.github/workflows/evershop-testrigor.yml.http://localhost:3000/admin.Local (manual)
Replace the items between "< >" with the corresponding values:
SUITE_ID: the ID of the test suite itself, it's located in the URL (i.e. for the following test suite: https://app.testrigor.com/test-suites/oJvBxgjY5A8Pw48hj/test-cases , the SUITE_ID is: oJvBxgjY5A8Pw48hj
CI_TOKEN: To get the CI token follow these steps: