hyperbrew / bolt-express

A lightning-fast boilerplate for building Adobe Express Addons in Svelte, React or Vue built on Vite + TypeScript + Sass
6 stars 0 forks source link

Verify testId can be name #13

Closed justintaylor-dev closed 1 month ago

justintaylor-dev commented 1 month ago

The https://github.com/adobe/create-ccweb-add-on just uses `uuidv4()

image

https://github.com/adobe/create-ccweb-add-on/blob/9693b492c082fb3a8be32d440028bc5a7d7f1b24/packages/wxp-add-on-scaffolder/src/app/TemplateAddOnBuilder.ts#L244

We're currently using a unique id name e.g. com.bolt.express. Find out if a UUID is needed or if a string works


Appears this only matters in development, not publishing:

image

https://developer.adobe.com/express/add-ons/docs/references/manifest/

justintaylor-dev commented 1 month ago

Express team confirms testId can be anything, it's just for Dev