codeant-ai-for-open-source[bot] commented on PR #37873:
URL: https://github.com/apache/superset/pull/37873#issuecomment-3882572222

   ## **Sequence Diagram**
   
   The PR removes Applitools integration so CI no longer runs visual tests and 
Cypress runs only regular e2e specs; the docs/site footer no longer references 
Applitools. The diagram shows the simplified, main success path after removal.
   
   ```mermaid
   sequenceDiagram
       participant Developer
       participant CI
       participant CypressRunner
       participant DocsSite
   
       Developer->>CI: Push PR / schedule triggers
       CI->>CypressRunner: Run test job (cypress.config.ts)
       CypressRunner->>CypressRunner: Execute e2e specs only (applitools 
removed)
       CypressRunner-->>CI: Test results
       CI->>DocsSite: Build docs (footer without Applitools)
       DocsSite-->>CI: Build/artifacts ready
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to