Testing LWC Behaviour, Not Implementation Details
Useful LWC tests exercise public properties, user interactions, rendered outcomes, events, and data states. Brittle tests merely describe today's private markup.
2 posts in this channel.
Useful LWC tests exercise public properties, user interactions, rendered outcomes, events, and data states. Brittle tests merely describe today's private markup.
RunRelevantTests reduces Apex deployment time by running only tests that are relevant to the components in your deployment payload.