/ok-to-test tags="@tag.Sanity" <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13938545009> > Commit: d8fa3afd6c61f7c95f112e3ebe5160beba8b8a4e > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13938545009&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` > Spec: > <hr>Wed, 19 Mar 2025 04:38:53 UTC <!-- end of auto-generated comment: Cypress test results --> Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”>
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
# To run only limited tests - give the spec names in below format:
|
|
cypress/e2e/Regression/ServerSide/Postgres_DataTypes/BooleanEnum_Spec.ts
|
|
# For running all specs - uncomment below:
|
|
#cypress/e2e/**/**/*
|
|
#cypress/e2e/Regression/ClientSide/Anvil/Widgets/*
|
|
|
|
#ci-test-limit uses this file to run minimum of specs. Do not run entire suite with this command. |