<div align="center"> <h1>webdriverio-testing-library</h1>
npm install @testing-library/webdriverioWebdriverIO utilities that encourage good testing practices laid down by dom-testing-library.
Based heavily on the great work on nightwatch-testing-library
[![Build Status][build-badge]][build]
[![version][version-badge]][package]
[![MIT License][license-badge]][license]

[![PRs Welcome][prs-badge]][prs]
[![Code of Conduct][coc-badge]][coc]
You want to use dom-testing-library methods in your [webdriverio][webdriverio] tests.
Based heavily on [nightwatch-testing-library][nightwatch-testing-library]
This allows you to use all the useful dom-testing-library methods in your tests.
- Installation
- Usage
- Other Solutions
- LICENSE
This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's devDependencies:
````
npm install --save-dev @testing-library/webdriverio
I'm not aware of any, if you are please [make a pull request][prs] and add it
here!
MIT
[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[build-badge]: https://github.com/testing-library/webdriverio-testing-library/workflows/webdriverio-testing-library/badge.svg
[build]: https://github.com/testing-library/webdriverio-testing-library/actions?query=branch%3Amain+workflow%3Awebdriverio-testing-library
[version-badge]: https://img.shields.io/npm/v/@testing-library/webdriverio.svg?style=flat-square
[package]: https://www.npmjs.com/package/@testing-library/webdriverio
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/webdriverio.svg?style=flat-square
[npmtrends]: http://www.npmtrends.com/@testing-library/webdriverio
[license-badge]: https://img.shields.io/npm/l/@testing-library/webdriverio.svg?style=flat-square
[license]: https://github.com/testing-library/webdriverio-testing-library/blob/main/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/testing-library/webdriverio-testing-library/blob/main/other/CODE_OF_CONDUCT.md
[dom-testing-library]: https://github.com/testing-library/dom-testing-library
[webdriverio]: https://webdriver.io/
[nightwatch-testing-library]: https://github.com/testing-library/nightwatch-testing-library