Published onMay 25, 2024How to use Pytest to write and run automated tests for web applications#Pytest#Python#Testing#Automation#seleniumUsing Pytest to write and run automated tests for Python applications.
Published onJanuary 11, 2024Use Ansible tags to run specific tasks#Ansible#Automation#DevOpsWhen you have many tasks in your Ansible Playbook, you may want to run only some of them. You can use Ansible tags to achieve this.