Cypress Global variable can not be refereed

前端 未结 0 1555
滥情空心
滥情空心 2021-01-14 11:40

My code is like below...

describe(\'The Home Page\',() =>{

before(()=>{
    cy.fixture(\'WorkHours\').then(function(data){
        this.xxx = data
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题