【发布时间】:2021-06-02 11:27:16
【问题描述】:
这是我的测试体:
/// <reference types = "cypress" />
it('Testing story book button primary', function(){
cy.visit('https://storybook.prod.ublox-website.ch4.amazee.io/iframe.html?id=components-button--primary&viewMode=story')
cy.wait(1000)
cy.eyesOpen({
appName: 'Story book',
testName: 'check button primary',
});
cy.eyesCheckWindow();
cy.eyesClose();
});
有人可以告诉我为什么会出现此错误吗?我被困住了。 提前致谢。
【问题讨论】:
标签: testing automated-tests cypress