Skip to content

Commit 5e0fd9d

Browse files
committed
update intro
1 parent 4f08ce3 commit 5e0fd9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/01-introduction.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ import ThemedImage from '@theme/ThemedImage';
2424

2525
> Gwen = [G]iven [W]hen Th[en]
2626
27-
Gwen is a <Link href="https://cucumber.io/docs/gherkin/reference/">Gherkin</Link> interpreter that helps teams automate end-to-end web testing and robotic processing with behaviour described in feature specifications.
28-
Automation is achieved through Gherkin bindings called [meta specs](/docs/meta), composed with the [Gwen DSL](/docs/dsl) and maintained alongside feature files. An embedded [Selenium](https://www.selenium.dev/) engine executes each step in every scenario according to the meta provided to perform operations in browsers for you.
27+
Gwen is a [Gherkin](https://cucumber.io/docs/gherkin/reference/) interpreter that helps teams automate end-to-end testing and robotic processing with behaviour described in feature specifications. Automation is achieved through Gherkin bindings called [meta specs](/docs/meta), composed with the [Gwen DSL](/docs/dsl) and maintained alongside your feature files. An embedded [Selenium](https://www.selenium.dev/) engine performs operations in browsers for you in a consistent and reliable manner across platforms.
2928

3029
## Declare features
3130

0 commit comments

Comments
 (0)