
Best Practices
Flaky Test Management: How to Handle Flakiness in your Test Suite?
Explore a comprehensive guide to mastering the art of handling flakiness with these proven best practices.
We share our best practices to help every visitor to become a better dev.
Best Practices
Explore a comprehensive guide to mastering the art of handling flakiness with these proven best practices.
Best Practices
What is Datadog CI Visibility? What can you do with this solution? What about integrations? That's what we will see in this article.
Best Practices
Bad code slows down the delivery time since developers need more time and energy to do their job in such a context. So, how can we avoid that? Best practices sharing seems to be a good start.
Best Practices
While using GitHub Actions can be costly, it is possible to save monetary resources by developing the right strategy. In this article, you'll find a list of all the tips and tricks we rely on at Mergify to keep our CI budget under control with GitHub Actions.
Best Practices
Crack the code on "Flaky Test Detection" in your CI/CD pipeline. Learn to spot the burnt toast among your tests with our easy-to-follow guide. We dive into historical data, context, and reproducibility to help you identify flaky tests. Say goodbye to unreliable tests and keep your pipeline cooking!
Best Practices
Flaky tests are the chameleons of your CI/CD pipeline, failing and passing unpredictably. This article guides you in spotting these elusive culprits, with a concrete Flaky Test example, offering practical tips for turning your pipeline into a well-oiled, reliable machine.
Best Practices
Pull request review is a bottleneck for many software teams. In this article, Sydney, Axolo's CTO, explains how a good mix of automation and communication can optimize this crucial step. To the delight of developers.
Best Practices
Getting rid of flaky tests and cleaning up your test suite should therefore be a priority. Luckily, this article focuses on the different ways of eradicating flakiness in your tests.
Best Practices
Pull requests play a vital role in software development projects on GitHub, as they help accelerate development and retain code integrity. As a result, progress is fast and bugs minimal. But that's only the case if developers and repository maintainers follow GitHub pull request best practices.
Best Practices
This article covers the fundamentals of pull request management and outlines practices to improve them. That, in turn, will enhance the pull request approval, streamlining the development process.
Best Practices
Code reviews are a common practice in the software development world today and for a good reason. It’s essentially the manifestation of ‘better safe than sorry.’ However, following code review best practices can further optimize the process and help teams make the best of it. Code review saves the
Best Practices
Handling large codebases is a tough job, and it's even harder when dealing with monorepos. A monorepo is a single code repository that contains multiple projects or modules. It's a handy way to share code across teams and manage dependencies. However, managing a monorepo can be