Continuous Integration The Real Cost of a Slow CI Build Slow CI builds cost more than time. They kill focus, erode trust, and quietly drag down your entire team. Here's what's really at stake.
Test Automation Make Your Test Automation Better With Tags Are you running your entire automated test suite all the time? Using tags will speed things up by deciding which tests to run only when you need them.
Continuous Integration Why Is Continuous Integration Important For Testing? Without continuous integration, you're not making the most out of your test automation strategy. Learn why it's important to implement CI in your projects.
Continuous Integration Cross Browser Testing With TestCafe and Azure Pipelines Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and Azure Pipelines.
Continuous Integration Cross Browser Testing With TestCafe and GitHub Actions Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and GitHub Actions.
Continuous Integration Cross Browser Testing With TestCafe and CircleCI Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and CircleCI.
Management Bad Test Strategies and How You Can Avoid Them A good test strategy can guide your team to a high-quality product, but a bad strategy works against you. Learn how to avoid the ones that kills projects.
Tools How to Gather Your Test Automation Results With ReportPortal Keeping track of your test automation results allows your test suite to stay in optimal condition. Learn how the ReportPortal dashboard can help.
Test Automation How to Deal with Automating Tests for Third-Party Integrations Writing automated tests for third-party services can be a massive pain. Here are some strategies to make the process a bit easier for you and your team.
Test Automation Continuous Testing with Travis CI and LambdaTest See how simple you can keep your web app running in top condition under different environments with Travis CI and LambdaTest.
TestCafe How to Send Your TestCafe Test Results to TestRail You can automatically send the results of your TestCafe test execution to the TestRail test case management tool. Read this article to learn how.
Test Automation Running End-To-End Tests Without Blocking Your Team Automating end-to-end tests might block your team while they wait for builds to run. A few tweaks to your test automation workflow can help unblock them.
Tools Getting Drone CI Up and Running With TestCafe Quickly Learn how easy you can set up Drone CI, a self-hosted continuous integration service, and how to use it to run your TestCafe test suite.
TestCafe Get a Jump-Start on Your Testing With TestCafe and Docker TestCafe is simple to install, but needs some dependencies. If you can't or don't want to deal with it, leverage the power of Docker to run your test suite.
Test Automation Is MailHog Useful for Automated Email Testing? MailHog is a free, open-source email testing tool that can help you with automated email testing. How does it compare to similar paid solutions?
Test Automation A Real-World Example of an Automated Test Pipeline I've noticed most companies have automated testing pipelines for web applications that often follow a similar flow. Let's break down a real-world example.