## Description - This PR does below: - Reverting hosted run slack notif since no new_failed_spec is set (to set & then fix this) - Push notif slack msg trial fix #### 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
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.
|