简体   繁体   中英

Cypress add "undefined" word before url when i use Cy.visit

when I wrote

cy.visit('https://www.google.com');

in runner I see this: Cypress Runner

Could anyone how to remove this undefined

I tried to call it several ways like base url or environment but I see same result everytime

It looks like you don't have baseUrl defined in your configuration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM