feat: create config package for config validation (#18589)

This commit is contained in:
Emily Rohrbough
2021-11-09 13:19:05 -06:00
committed by GitHub
parent 628202e42b
commit 99c8d466c8
65 changed files with 5215 additions and 1203 deletions
+1
View File
@@ -7,6 +7,7 @@
"properties": {
"baseUrl": {
"type": "string",
"default": null,
"description": "Url used as prefix for cy.visit() or cy.request() commands url. Example http://localhost:3030 or https://test.my-domain.com"
},
"env": {