Skip to content
Branko Juric edited this page Jun 28, 2018 · 59 revisions

Gwen logo

Gwen-Web

Gwen-Web is a web automation engine that runs inside the Gwen interpreter. It allows teams to automate front end web tests by writing Gherkin feature specifications instead of code. A prescribed DSL delegates to Selenium WebDriver under the covers for you and frees you from development concerns. You can also declaratively compose your own custom DSL with annotated @StepDef Scenarios that can accept parameters and call other steps. Meta features can help eliminate redundancies and give you the flexibility to be as imperative or as declarative as you like in your approach to writing features.

Key Features

Resources

Blogs and Articles

Additional Reading

Clone this wiki locally