This document introduces Canopy, an open source automated UI testing framework for web applications written in F#. Canopy uses a domain specific language with CSS selectors to perform actions like clicking, typing, waiting, and asserting results. It allows testers to create integration tests that complement unit testing and manual QA. The framework is demonstrated with a simple test. In conclusion, Canopy aims to make automated UI testing easy with minimal effort through its F# DSL and capabilities like screenshots and advanced selectors. More information is provided in the links at the end.