How to set timezone in Cypress while running test?

后端 未结 0 1186
耶瑟儿~
耶瑟儿~ 2021-01-26 12:25
cy.clock()
cy.visit(\'http://localhost:3333\')
cy.get(\'#search\').type(\'Acme Company\')
cy.tick(1000)
// more test code here

// restore the clock
cy.clock().then((clo         


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