| I'm a senior frontend engineer doing a lot of code reviews and my team loves my MR (PR) submission standard: - Require the author to attach screenshots of the feature in a markdown table format showing the before and after comparison. This is enforced using a MR template. - Require the author to attach screen recording for complex user interactions. Overall effect is that it saves everyone's time. - The author has to verify that the feature works anyway, so taking screenshots / recordings doesn't take much addtional efforts. - The reviewer can focus on code itself instead of checking whether the code works. - Easy for both parties to spot design and UX issues/regressions visually. |
I'd think that for frontend, you'd have CI/CD pipeline that deploys the code into a staging server, where I can test it myself.