j40-cejst-2/client/cypress.json
Nat Hillard d0c281ec72
Census block groups should highlight when selected (#317)
* Fixes #280 - adds territory focus buttons for Alaska, Hawaii, Lower 48, and Puerto Rico to enable easy zoom to these locations

* Adding tests - Specifically:
    * Adding VSCode debug command for Cypress and debug port specification
    * Disabling CORS on local tests
    * Adding waitForMapIdle Cypress test helper
    * Adding constants for easy change and access
2021-07-09 10:56:38 -04:00

5 lines
110 B
JSON

{
"baseUrl": "http://localhost:8000/",
"integrationFolder": "cypress/e2e",
"chromeWebSecurity": false
}