Git hub actions

Front End Testing with GitHub Actions • Amy Kapernick • YOW! 2025

Front End Testing with GitHub Actions • Amy Kapernick • YOW! 2025

This presentation by Amy Kapernick at YOW! Australia 2025 details how to implement robust front-end testing using GitHub Actions. It covers the rationale for comprehensive front-end testing, the necessity of a live deployment preview, and practical steps for automating tests like Lighthouse for performance/accessibility and Playwright for UI validation. The talk also delves into continuous deployment workflows and explores GitHub Actions' broader utility for workflow automation beyond testing, such as generating issues from code comments.

Cooking with Agents in VS Code — Liam Hampton, Microsoft

Cooking with Agents in VS Code — Liam Hampton, Microsoft

Liam Hampton from Microsoft presents a practical framework for using AI agents effectively by categorizing them into three types: local, background, and cloud. He demonstrates how to run all three simultaneously from a single VS Code interface to solve separate problems in one codebase, showcasing a powerful, integrated developer workflow.

Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger

Ship Agents that Ship: A Hands-On Workshop - Kyle Penfound, Jeremy Adams, Dagger

A detailed summary of a workshop on building and deploying production-minded AI coding agents using Dagger. The session covers creating controlled, observable, and test-driven agent workflows and integrating them into CI/CD systems like GitHub Actions for automated, reliable software development.