cal/cypress.json
Alex Johansson 7e6e935ed3
add free plan (#549)
- add new fields to support this
- when free:
  - fade out all event types after first
  - hide events after first on booking page
  - make booking page after the first one 404 if accessed directly
- add e2e tests
2021-09-06 13:51:15 +00:00

5 lines
71 B
JSON

{
"baseUrl": "http://localhost:3000",
"chromeWebSecurity": false
}