scratch-www/test/integration-cypress/cypress.json
2018-03-21 10:00:23 -04:00

10 lines
179 B
JSON

{
"baseUrl" : "https://scratch.ly",
"chromeWebSecurity" : false,
"integrationFolder" : "./cypress/smoke-tests",
"env": {
"USERNAME" : " ",
"PASSWORD" : " "
}
}