mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 06:20:44 -05:00
feat: create config package for config validation (#18589)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"properties": {
|
||||
"baseUrl": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "Url used as prefix for cy.visit() or cy.request() command’s url. Example http://localhost:3030 or https://test.my-domain.com"
|
||||
},
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user