bcpeinhardt / schnauzerUI

A human readable scripting language for automated UI tests.
MIT License
10 stars 0 forks source link
cucumber cucumber-alternative e2e e2e-testing e2e-tests qa qa-automation selenium selenium-alternative selenium-webdriver testing

Schnauzer UI

schnauzer_ui

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"
When to use Schnauzer UI vs. other options (Selenium, Cypress, Playwright, etc.)

Schnauzer UI is a bad choice if:

Schnauzer UI is a good choice if:

To get started, check out the narrative documentation