webdriverio-testing-library icon indicating copy to clipboard operation
webdriverio-testing-library copied to clipboard

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

Results 7 webdriverio-testing-library issues
Sort by recently updated
recently updated
newest added

If I create a new wdio (currently version 8.27) project with TypeScript and Testing Library, when I used `setupBrowser` I get a compilation error. However, the test can be executed...

Hello 👋 If the testing-library is unable to find an element using getByRole or any other method, a lengthy stacktrace is generated when the test fails. I attempted to configure...

- Should loop through and if element is visible, keep trying again. - Should fail if element persists to be visible - Passes when promise is ultimately rejected and element...

Hi, I'm trying to use this for our end-2-end testing with cucumber, but it doesn't seem to work. ``` // This works, waits for it to be displayed, and continues...

Hi Team, I am using this code snippet - ``` const { getByLabelText } = setupBrowser(browser); const button = await getByLabelText('username'); await button.waitForDisplayed(); ``` Getting error as - ![Screenshot 2022-03-11...

It looks like some features aren't working correctly after updating to the later versions of wdio. Might be good to take another swing at it, if this is still being...

BREAKING CHANGE: This PR introduces compatibility with webdriverio 9 and bumps @testing-library/dom to v10. Compatibility with webdriverio 8 and previous has been removed. Fixes #53 Fixes #52