Atm it’s hard to verify html output, and its one of the most important testing points for embeddable as it’s the way consumers will integrate our content with their systems.
we should add an easy way to see the serialized html (aka the output of the htmlContent getter) (use the html editor plugin)
also add “export preview” button like in ember editor dev app
additionally, for convenenience, also add a way to access the embeddable element so we can quickly test development interfaces in the browser console (e.g. bind them on the global window)
Atm it’s hard to verify html output, and its one of the most important testing points for embeddable as it’s the way consumers will integrate our content with their systems.
we should add an easy way to see the serialized html (aka the output of the htmlContent getter) (use the html editor plugin)
also add “export preview” button like in ember editor dev app
additionally, for convenenience, also add a way to access the embeddable element so we can quickly test development interfaces in the browser console (e.g. bind them on the global window)
Jira issue: https://binnenland.atlassian.net/browse/GN-4746