Canopy - Web Automation and Testing Framework
Free Tools
1
Posts
1
Posters
1
Views
1
Watching
-
[canopy - f#rictionless web testing](https://lefthandedgoat.github.io/canopy/)
Quote:
canopy is a web testing framework with one goal in mind, make UI testing simple: Solid stabilization layer built on top of Selenium. Death to "brittle, quirky, UI tests". Quick to learn. Even if you've never done UI Automation, and don't know F#. Clean, concise API. .net Standard 2.0. MIT License.
This is useful just for web automation during development independently of actually writing tests. Although it's F# you can just copy and edit from his starter examples. It's far easier than learning Selenium itself.
Install-Package canopy
Kevin