cal/packages/app-store/ee/routing-forms
Hariom Balhara e12b21a73c
Check app-store types on CI (#7190)
* Check app-store types on CI

* Fix ESLINt error
2023-03-02 11:58:31 -07:00
..
api Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
components Feature/ Manage Booking Questions (#6560) 2023-03-02 11:15:28 -07:00
emails Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
lib Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
pages chore: add i18n in routing form pages (#7193) 2023-02-20 10:07:58 +00:00
playwright/tests Check app-store types on CI (#7190) 2023-03-02 11:58:31 -07:00
static session with ciaran (#7366) 2023-02-24 15:21:31 +01:00
test/lib Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
types Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
config.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
DESCRIPTION.md session with ciaran (#7366) 2023-02-24 15:21:31 +01:00
env.d.ts Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
index.ts Remove _metadata.ts files for apps that have config.json (#7188) 2023-02-23 18:21:48 -07:00
jsonLogicToPrisma.ts Feature/Routing-Forms/Reporting (#5375) 2022-11-11 09:57:44 +00:00
package.json Routing Forms Improvements - Rename routing_forms to routing-forms (#4546) 2022-09-22 22:53:43 +05:30
README.md Add routing-forms README (#6506) 2023-01-17 17:58:10 +01:00
trpc-router.ts Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
zod.ts Ability to write placeholder in routing forms (#7054) 2023-02-13 18:43:24 +05:30

Routing Forms App

How to run Tests

yarn e2e:app-store runs all Apps' tests. You can use describe.only() to run Routing Forms tests only.

Make sure that the app is running already with NEXT_PUBLIC_IS_E2E=1 so that the app is installable