Visual testing for React components using open source tools

1 · Gleb Bahmutov · June 16, 2020, 12:25 p.m.
Let's take a look at a modern React application like this Sudoku game that you can play online at https://sudoku-raravi.now.sh/.Sudoku gameImplementationNumbers componentcypress-react-unit-testVisual testingControlling the clockDeterministic boardLocal workflowContinuous IntegrationPull request workflowSummaryMore infoSudoku gameThe game is nicely done. There are different difficulty levels, game modes and it looks very polished.It is a well-designed web application with responsive styles for 3 ...