Site Logo Tomáš Pánik A Principal Developer's Journal
About Česky
  • AI
  • Automation
  • ChatGPT
  • Python
  • React
  • Testing

Minimize Build Time: How to run Jest Tests on Changed Code Only

Sep 4, 2023 5 min read
Efficiency is a cornerstone of any CI/CD pipeline. Running the full suite of Jest tests for every small modification can be a resource-intensive task that slows down the development process. We will learn how to run only those Jest tests that are impacted by the changes in a GitHub Pull Request.
Read more
Tomáš Pánik Automation React Testing
Page 1 of 1
RSS Github StackOverflow
Back to top
Built with Hugo with hugo-geekblog and hosted on GitHub Pages