test: Cypress | Replace static with Dynamic waits - Part 1#29405
test: Cypress | Replace static with Dynamic waits - Part 1#29405Aishwarya-U-R merged 40 commits intoreleasefrom
Conversation
WalkthroughWalkthroughThe changes across the codebase reflect a shift towards more dynamic and reliable testing practices in Cypress tests. Static sleeps have been replaced with dynamic waits, ensuring elements are present or absent before proceeding. This improves test stability and performance. Additionally, there's a move towards more direct and granular imports, removal of unused references, and updates to control flow logic. Some test suites have been skipped, indicating a possible deprioritization or refactoring of tests. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7125754736. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7125754736.
|
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7126880941. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7126880941.
|
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7128165776. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7128165776. To know the list of identified flaky tests - Refer here |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7128211615. |
app/client/cypress/e2e/Regression/ClientSide/Widgets/Radio/Radio2_spec.ts
Show resolved
Hide resolved
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7128211615.
|
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7138297992. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152107498. |
|
/ci-test-limit |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152444808. |
|
/ci-test-limit |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152454023. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152444808. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152454023. |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7152738931. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7152738931.
To know the list of identified flaky tests - Refer here |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7162726394. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7162726394.
To know the list of identified flaky tests - Refer here |
|
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/7163410746. |
|
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/7163410746. |
Description
Type of change
Testing
How Has This Been Tested?
Checklist:
QA activity:
Test Plan Approvedlabel after Cypress tests were reviewedSummary by CodeRabbit
Summary by CodeRabbit
Tests
Chores
Documentation
Bug Fixes