devbook_ts/cypress.json
Ruidy Nemausat f931fb3770 🔧 set cypress up
- define a baseUrl in cypress.json
- create a smoke.spec.js to check config.
2020-05-12 10:03:34 +02:00

3 lines
No EOL
43 B
JSON

{
"baseUrl": "http://localhost:3000/"
}