j40-cejst-2/client/cypress.json
Vim 33c3288160
Allows the user to download CBG list (#318)
* adds initial download CBG box

* componentize download packet, adds e2e tests

* changes download file url in test to smaller size

* improve testing functions

* removes underline, colors icon

* replace csv with zip for safari security issue
2021-07-15 11:01:10 -07:00

6 lines
143 B
JSON

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