Where do you store your test automation code?

Check out this week’s article, Choosing the best repo for your test automation code by @lkhudisman to explore the ongoing debate and discover a practical hybrid solution.

What You’ll Learn:

:file_folder: The pros and cons of storing test automation code in the same repository as the application code (app repo) versus a separate test code repository.

:twisted_rightwards_arrows: Why a hybrid approach might be the most effective strategy.

:construction_worker: How to implement pre-commit hooks, use pytest tags, and create a fast feedback loop within your CI/CD pipeline.

After reading, we’d love to hear from you:

  • What repo structure have you found most effective for your test automation code?
  • How do you handle the challenges of syncing application and test code across different repositories?
5 Likes

Great article! … I’m currently working through a similar challenge and will likely be referring back to this article over the next few weeks!! Thank you @lkhudisman :slight_smile:

2 Likes

Interesting topic. Would you prefer developers own their unit test?
Is unit test should be reusable?
Keep up writing, it is very important.