## Description - The PR does below: - TogglePropertyState() revert - BinaryDT_Spec.ts - unskip - AssertExistingToggleState() improved to handle the UI field names - Unskip TableV1/TableFilter2_1_Spec.ts & TableV2Filter2_1_Spec - Fixed Apps/CommunityIssues_Spec.ts - Added ClientSide Search validation - /Binding/Button_Text_WithRecaptcha_spec.js - fix & unskip - GitSync/DeleteBranch_spec.js - fix & unskip - TableV2/TableV2_Widget_Add_button_spec.js - flaky fix - Cypress upgrade from v12.17.4 to v13.0.0 #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing #### How Has This Been Tested? - [X] Cypress CI runs ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after Cypress tests were reviewed --------- Co-authored-by: Saroj <43822041+sarojsarab@users.noreply.github.com>
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
# To run only limited tests - give the spec names in below format:
|
|
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
|
|
|
|
|
|
# For running all specs - uncomment below:
|
|
#cypress/e2e/**/**/*
|
|
|
|
#ci-test-limit uses this file to run minimum of specs. Do not run entire suite with this command.
|