Skip to content

🕷️ Simple and complete WebdriverIO DOM testing utilities that encourage good testing practices.

Notifications You must be signed in to change notification settings

testing-library/webdriverio-testing-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2eeee01 · Jan 17, 2023

History

93 Commits
Jan 15, 2023
Mar 19, 2021
Jan 16, 2023
Sep 22, 2022
Jan 17, 2023
Sep 22, 2022
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jul 18, 2021
Jan 15, 2023
Mar 16, 2021
Apr 20, 2021
Mar 16, 2021
Jan 15, 2023
Jan 17, 2023
Jan 17, 2023
Jan 17, 2023

Repository files navigation

webdriverio-testing-library

spider

WebdriverIO utilities that encourage good testing practices laid down by dom-testing-library.

Based heavily on the great work on nightwatch-testing-library


Build Status version MIT License semantic-release

PRs Welcome Code of Conduct

The problem

You want to use dom-testing-library methods in your webdriverio tests.

This solution

Based heavily on nightwatch-testing-library

This allows you to use all the useful dom-testing-library methods in your tests.

Table of Contents

Installation

This module is distributed via npm which is bundled with node and should be installed as one of your project's devDependencies:

npm install --save-dev @testing-library/webdriverio

Usage

Usage Docs

Other Solutions

I'm not aware of any, if you are please make a pull request and add it here!

LICENSE

MIT