Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
9

Latest Updates

Documenting code, one commit at a time.

Python 2 posts
×
0 Python Pytest

Bootstrapping New Projects: Establishing a Testing Foundation

Getting Started with Project Scaffolding

Recently, I began working on the IvanaaCastillo/ejercicio-sala_reservas project. When starting a new codebase, the most critical step is ensuring a solid foundation for quality assurance from the very first commit. By integrating testing frameworks early, we ensure that as the application grows in complexity, our confidence in the codebase remains

0 Python GitHub Actions

Optimizing Python CI Pipelines with GitHub Actions

Improving Workflow Reliability

Maintaining a robust CI pipeline is essential for any Python-based automation project. In the ejercicio-demo_selenium project, we recently refocused our attention on streamlining our automated testing workflows. By refining our GitHub Actions configuration, we ensure that every test run is predictable, repeatable, and fast.

Streamlining the Pipeline