Open NandanAnantharamu opened 1 day ago
This pull request introduces a new Cypress end-to-end test suite for the partial import and export functionality in a Git-connected application. The suite includes four test cases that validate various scenarios, such as exporting and importing elements, re-importing to the same page, importing into a new application, and importing to a Git branch. The tests are structured to ensure comprehensive coverage of the import/export processes and utilize helper functions for managing application state.
File Path | Change Summary |
---|---|
app/client/cypress/e2e/Regression/ClientSide/PartialImportExport/PartialImportWithGitConnectedApp_spec.ts |
- New test suite added for partial import/export functionality. - Four new test cases added covering various import/export scenarios. |
PartialExport_Widgets_spec.ts
file, which is closely related to the new tests for partial import/export functionality in the main PR.PartialImportAppNegative_spec.ts
, which is directly related to the partial import functionality being tested in the main PR.ok-to-test
, Test
, Git Product
, Git Platform Pod
, Enhancement
🎉 In the land of code where widgets play,
New tests emerge to save the day!
With imports and exports, they dance and twirl,
Validating functions in a testing whirl.
Git branches await, as scenarios unfold,
A suite of tests, brave and bold! 🌟
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 your favorite social media?
Added test for git import and export for a git connected app
Summary by CodeRabbit
New Features
Tests