HabakukBeneke / portfolio-vue

A Vue-based implementation of my portfolio. Focused on simplicity and performance, this version highlights my expertise in building responsive and elegant user interfaces
1 stars 0 forks source link

Unit Testing and E2E Testing for Header Component #8

Open HabakukBeneke opened 2 weeks ago

HabakukBeneke commented 2 weeks ago

Description

Currently, unit testing and E2E testing for the components have not been implemented. The header component is completed, and testing needs to be added. Starting with unit tests and E2E tests now will ensure that the coverage reaches the target of 90% in the future, as the app grows. This will prevent difficulties in achieving full coverage later.

HabakukBeneke commented 4 days ago

This issue still not completed