## Description Snapshot update Fixes # https://app.zenhub.com/workspaces/stability-pod-6690c4814e31602e25cab7fd/issues/gh/appsmithorg/appsmith/38383 ## Automation /ok-to-test tags="@tag.Visual" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/12507108172> > Commit: 2b95b2e4e5ddc6d8eabee2c0353bb22bc4ea3ff0 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12507108172&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Visual` > Spec: > <hr>Thu, 26 Dec 2024 18:51:05 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added a comment line to the test suite for clarity. - Updated the limited tests configuration to include a new test file. - **Bug Fixes** - No bug fixes were made in this release. - **Documentation** - Improved documentation within the test suite for better understanding. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
7 lines
299 B
Plaintext
7 lines
299 B
Plaintext
# To run only limited tests - give the spec names in below format:
|
|
cypress/e2e/Regression/ClientSide/VisualTests/JSEditorIndent_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.
|