Skip to content

Commit

Permalink
Update docs/testing/webdriverio/01-overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Pote <[email protected]>
  • Loading branch information
christian-bromann and alicewriteswrongs committed Feb 7, 2024
1 parent a06702a commit c4ba039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/webdriverio/01-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WebdriverIO is a progressive automation framework built to automate modern web a
Testing with WebdriverIO has the following advantages:

- __Cross Browser Support__: WebdriverIO is designed to support all platforms, either on desktop or mobile. You can run tests on actual browser your users are using, including covering different versions of them.
- __Real User Interaction__: Interacting with elements in WebdriverIO through the WebDriver protocol is the closes you can get to reality compared to emulated interaction in virtual DOM environments.
- __Real User Interaction__: Interaction with elements in WebdriverIO through the WebDriver protocol is much closer to native user-triggered interactions than what can be achieved with emulated DOM environments (such as JSDom or Stencil's own Mock-Doc).
- __Web Platform Support__: Running tests in actual browser allows you to tap into the latest Web Platform features for testing your components, often not available when using virtual DOM environments.

## Set Up
Expand Down

0 comments on commit c4ba039

Please sign in to comment.