如何在 exec 中使用 fixture 元素?柏
How can I use fixture elements in exec ? Cypress
我正在尝试在 exec 中使用 fixtures 元素,但它不起作用。
cy.exec('ssh ${this.config.ssh} ${this.config.path} ')
你能帮帮我吗?是否可以这样使用fixture?
尝试使用 'require' 导入
我使用这样的固定装置:const quote = require('../fixtures/quote.json')
我正在尝试在 exec 中使用 fixtures 元素,但它不起作用。
cy.exec('ssh ${this.config.ssh} ${this.config.path} ')
你能帮帮我吗?是否可以这样使用fixture?
尝试使用 'require' 导入
我使用这样的固定装置:const quote = require('../fixtures/quote.json')