przemuh.dev
Short story about optimisation

This article has not been translated yet. Here is a Polish version. Stay tuned Jakiś czas temu na Twitterze zamieściłem zrzut ekranu pokazujący flame-chart z narzędzia Profiler. Pracowałem wtedy nad…

10 golden advices for junior developer

This article has not been translated yet. Here is a Polish version. Stay tuned Czy ten tytuł to clickbait? Oczywiście, że tak. Nie ma na świecie dwóch takich samych osób. To co sprawdziło się u mnie…

Watch out for fixtures in cypress.io

Today I would like to tell you a story about a bug that cost me two days of searching and debugging sessions. It turned out a trivial thing, and with a better error message, it could have taken…

Stop the time with cy.clock

Today I’m going to show you how to stop the time with one command. Unfortunately only in cypress.io tests. If you know how to do it in real life please DM me. It would be a very helpful tip 🙂. Ok…

3 Steps to Awesome Test Reports with Cypress

In this article, you will learn how to generate informative test reports with Cypress and how to enrich them with some screenshot context. This will help you to fix your potential bugs way faster…