-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
tests: Categorize Tests into CI and Scheduled Groups #3391
Conversation
…ng and deleting items, searching flows, and searching components on the main page to ensure proper functionality and user experience.
…atch the correct directory structure for scheduled-end-to-end tests.
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 16 Aug 24 17:42 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…ry to run end-to-end tests in the frontend folder 📝 (typescript_test.yml): improve comments for better readability and understanding of the workflow logic
…n a specific folder 📝 (ci.yml): Update job dependencies to improve readability and maintainability of the workflow configuration
…hardTotal to reduce redundancy and improve readability
…ng and deleting items, searching flows, and searching components on the main page to ensure proper functionality and user experience.
…atch the correct directory structure for scheduled-end-to-end tests.
…ry to run end-to-end tests in the frontend folder 📝 (typescript_test.yml): improve comments for better readability and understanding of the workflow logic
…n a specific folder 📝 (ci.yml): Update job dependencies to improve readability and maintainability of the workflow configuration
…hardTotal to reduce redundancy and improve readability
0940d14
to
8696ff7
Compare
…rectly locate the test file in the assets folder
…t to match new file location in the project structure
This PR introduces a categorization of tests to optimize our Continuous Integration (CI) pipeline and nightly testing processes. By dividing the tests into two distinct groups—CI and Scheduled—we aim to improve testing efficiency and ensure critical functionalities are validated in a timely manner.
Categorization of Tests:
Includes basic example tests, tests ensuring critical functionalities, and any essential functionality tests that need immediate feedback.
Includes large flow tests and any additional tests that cover a broad range of functionalities and edge cases, which are less time-sensitive but important for comprehensive coverage.