25. Cypress Environment Variables
Test otomasyonu için global olarak bildirilebilecek ortam değişkenleri tanımlayabiliriz çerçevesi ve tüm test senaryoları buna erişebilir.
Implementation cypress.config.js
{
"projectId": "fvbpxy",
"env" : {
"url" : "https://www.google.com/"
}
}
Last updated