Add content for webdriver.io

* Update webdriver-io.md

* Update qa-wolf.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2709/head^2
Hossam Kandil 2 years ago committed by GitHub
parent 709392984d
commit 8eafa71a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/qa-wolf.md
  2. 14
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/102-automation-frameworks/webdriver-io.md

@ -5,3 +5,5 @@ QA Wolf is a hybrid platform & service that helps software teams ship better sof
<ResourceGroupTitle>Free Content</ResourceGroupTitle> <ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.qawolf.com/'>QA Wolf</BadgeLink> <BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.qawolf.com/'>QA Wolf</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://app.qawolf.com/docs/why-qa-wolf'>QA Wolf Official Docs</BadgeLink> <BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://app.qawolf.com/docs/why-qa-wolf'>QA Wolf Official Docs</BadgeLink>
<BadgeLink badgeText='Guide' colorScheme='green' href='https://app.qawolf.com/docs/create-a-test'>Getting started with QA Wolf</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=BRxVu0De-4k&list=PL33T95M59Kkg1zKCU5NHc2g2XYXOs3-DU'>QA Wolf Tutorial</BadgeLink>

@ -1 +1,13 @@
# Webdriver io # Webdriver io
WebdriverIO is a progressive automation framework built to automate modern web and mobile applications. It simplifies the interaction with your app and provides a set of plugins that help you create a scalable, robust and stable test suite.
WebdriverIO leverages the power of the WebDriver protocol that is developed and supported by all browser vendors and guarantees a true cross-browser testing experience. While other automation tools require you to download modified browser that aren't used by actual users or emulate user behavior by injecting JavaScript, WebdriverIO relies on a common agreed standard for automation that is properly tested and ensures compatibility for decades to come.
During the development of this automation standard the web has changed a lot and many of the requirements that developers have today to test their web application can not be fulfilled using WebDriver anymore. While some of the core contributors of this project help support the next generation of the WebDriver protocol, WebdriverIO provides an alternative automation solution based on the Chrome DevTools protocol. This allows the user to seamlessly switch between conventional commands based on WebDriver and powerful browser interactions through Puppeteer.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Bitbucket Website' href='https://webdriver.io/'>WebdriverIO Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://webdriver.io/docs/what-is-webdriverio'>A brief overview of WebdriverIO</BadgeLink>
<BadgeLink badgeText='Guide' colorScheme='green' href='https://webdriver.io/docs/gettingstarted'>Getting started with WebdriverIO</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=e8goAKb6CC0&list=PL6AdzyjjD5HBbt9amjf3wIVMaobb28ZYN'>WebdriverIO Tutorial</BadgeLink>

Loading…
Cancel
Save