Does anybody have any experience or insights on ho...
# platform-toolbox
n
Does anybody have any experience or insights on how to perform TDD on backstage? A lot of the components in the framework are tightly coupled so I don’t wanna start breaking things, but I wanna ensure that the actions that are taken or tested before they are delivered.
a
I am interested to see if anyone else is doing this đź‘€ I personally choose to not put logic in the UI layer of software so manage this level of TDD in platform APIs
n
Our team has discussed whether there is a value to testing the front end but when you’re taking to consideration user experience, if the front end is glitchy or it’s not fully functional, then developer experience decreases. However, the framework seems pretty stable so doing testing for it may seem like overkill, but it could definitely agree with the testing. The API layer would be Super valuable to ensure that you have the desire results from a user action.