Translate Cypress support comments and add command JSDoc

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 11:57:58 +08:00
parent ef9cf2de8c
commit 7c48faaa3d
2 changed files with 14 additions and 4 deletions

View File

@@ -27,4 +27,4 @@ Cypress.on('uncaught:exception', (err, runnable) => {
// Alternatively you can use CommonJS syntax:
// require('./commands')
require('cypress-xpath') // 順利執行.trigger('mouseup')
require('cypress-xpath') // Enables xpath helpers used in pointer event checks.