{"id":28423716,"url":"https://github.com/testing-library/webdriverio-testing-library","last_synced_at":"2025-06-25T18:31:13.604Z","repository":{"id":46318359,"uuid":"330401024","full_name":"testing-library/webdriverio-testing-library","owner":"testing-library","description":"🕷️ Simple and complete WebdriverIO DOM testing utilities that encourage good testing practices. ","archived":false,"fork":false,"pushed_at":"2023-01-17T13:06:14.000Z","size":133,"stargazers_count":18,"open_issues_count":6,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T20:21:57.322Z","etag":null,"topics":["dom-testing-library","e2e","testing","webdriverio"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testing-library.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-17T13:47:55.000Z","updated_at":"2025-05-14T02:04:56.000Z","dependencies_parsed_at":"2023-02-10T09:45:58.438Z","dependency_job_id":null,"html_url":"https://github.com/testing-library/webdriverio-testing-library","commit_stats":null,"previous_names":["olivierwilkinson/webdriverio-testing-library"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/testing-library/webdriverio-testing-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testing-library%2Fwebdriverio-testing-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testing-library%2Fwebdriverio-testing-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testing-library%2Fwebdriverio-testing-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testing-library%2Fwebdriverio-testing-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testing-library","download_url":"https://codeload.github.com/testing-library/webdriverio-testing-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testing-library%2Fwebdriverio-testing-library/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261163310,"owners_count":23118434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dom-testing-library","e2e","testing","webdriverio"],"created_at":"2025-06-05T09:09:16.007Z","updated_at":"2025-06-25T18:31:13.589Z","avatar_url":"https://github.com/testing-library.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003ewebdriverio-testing-library\u003c/h1\u003e\n\n\u003ca href=\"https://www.joypixels.com/profiles/emoji/spider\"\u003e\n  \u003cimg\n    height=\"80\"\n    width=\"80\"\n    alt=\"spider\"\n    src=\"https://raw.githubusercontent.com/testing-library/webdriverio-testing-library/main/other/spider.png\"\n  /\u003e\n\u003c/a\u003e\n\n\u003cp\u003eWebdriverIO utilities that encourage good testing practices laid down by dom-testing-library.\u003c/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBased heavily on the great work on \u003ca href=\"https://github.com/testing-library/nightwatch-testing-library\"\u003enightwatch-testing-library\u003c/a\u003e\u003c/strong\u003e\u003c/p\u003e\n\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n[![Build Status][build-badge]][build]\n[![version][version-badge]][package]\n[![MIT License][license-badge]][license]\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n[![PRs Welcome][prs-badge]][prs]\n[![Code of Conduct][coc-badge]][coc]\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://testingjavascript.com\"\u003e\n\u003cimg width=\"500\" alt=\"TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application.\" src=\"https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/main/other/testingjavascript.jpg\" /\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n## The problem\n\nYou want to use [dom-testing-library](https://github.com/kentcdodds/dom-testing-library) methods in your [webdriverio][webdriverio] tests.\n\n## This solution\n\nBased heavily on [nightwatch-testing-library][nightwatch-testing-library]\n\nThis allows you to use all the useful [dom-testing-library](https://github.com/kentcdodds/dom-testing-library) methods in your tests.\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Other Solutions](#other-solutions)\n- [LICENSE](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\nThis module is distributed via [npm][npm] which is bundled with [node][node] and\nshould be installed as one of your project's `devDependencies`:\n\n```\nnpm install --save-dev @testing-library/webdriverio\n```\n\n## Usage\n\n[Usage Docs](https://testing-library.com/docs/webdriverio-testing-library/intro)\n\n## Other Solutions\n\nI'm not aware of any, if you are please [make a pull request][prs] and add it\nhere!\n\n## LICENSE\n\nMIT\n\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[build-badge]: https://github.com/testing-library/webdriverio-testing-library/workflows/webdriverio-testing-library/badge.svg\n[build]: https://github.com/testing-library/webdriverio-testing-library/actions?query=branch%3Amain+workflow%3Awebdriverio-testing-library\n[version-badge]: https://img.shields.io/npm/v/@testing-library/webdriverio.svg?style=flat-square\n[package]: https://www.npmjs.com/package/@testing-library/webdriverio\n[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/webdriverio.svg?style=flat-square\n[npmtrends]: http://www.npmtrends.com/@testing-library/webdriverio\n[license-badge]: https://img.shields.io/npm/l/@testing-library/webdriverio.svg?style=flat-square\n[license]: https://github.com/testing-library/webdriverio-testing-library/blob/main/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://github.com/testing-library/webdriverio-testing-library/blob/main/other/CODE_OF_CONDUCT.md\n[dom-testing-library]: https://github.com/testing-library/dom-testing-library\n[webdriverio]: https://webdriver.io/\n[nightwatch-testing-library]: https://github.com/testing-library/nightwatch-testing-library\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesting-library%2Fwebdriverio-testing-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftesting-library%2Fwebdriverio-testing-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesting-library%2Fwebdriverio-testing-library/lists"}