Crates.io | schnauzer_ui |
lib.rs | schnauzer_ui |
version | 0.1.1 |
source | src |
created_at | 2023-08-20 22:17:05.074077 |
updated_at | 2023-08-21 17:06:36.004543 |
description | A DSL for browser based automated testing |
homepage | https://bcpeinhardt.github.io/schnauzerUI/ |
repository | https://github.com/bcpeinhardt/schnauzerUI |
max_upload_size | |
id | 949582 |
size | 198,811 |
Schnauzer UI is a DSL for performing browser automation. Rather than focusing on large automated test suites, Schnauzer UI helps you write small, easy to understand test scripts.
# Navigate to the site
url "https://youtube.com"
# Search for Cats
locate "Search" and type "cats" and press "Enter"
Schnauzer UI is a bad choice if:
Schnauzer UI is a good choice if:
To get started, check out the narrative documentation