Thứ Sáu, 21 tháng 6, 2019

Cypress Gathering

 
  • Read a file that maybe not exist
https://docs.cypress.io/api/commands/task.html#Read-a-file-that-might-not-exist


  • Add timeout when checking for element


cy.get('.selector', {timeout: 5000});


  • Wait to be redirected to new location


cy.url({timeout: 15000}).should('contain', '/new-location');


Không có nhận xét nào:

Đăng nhận xét