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

:ox: Simple and complete custom Selectors for Testcafe that encourage good testing practices.

Results 18 testcafe-testing-library issues
Sort by recently updated
recently updated
newest added

Bumps [testcafe](https://github.com/DevExpress/testcafe) from 1.20.1 to 2.0.0. Release notes Sourced from testcafe's releases. v2.0.0 What’s Changed release: publish v2.0.0 (#7262) @​miherlosev v2.0.0-rc.4 What’s Changed Fix skipJsErrors API, fix TS warnings (#7257)...

dependencies
javascript

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.5 to 28.0.8. Release notes Sourced from ts-jest's releases. v28.0.8 Please refer to CHANGELOG.md for details. v28.0.7 No release notes provided. v28.0.6 No release notes provided. v28.0.5...

dependencies
javascript

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.31.2 to 8.17.1. Release notes Sourced from @​testing-library/dom's releases. v8.17.1 8.17.1 (2022-08-09) Bug Fixes log ignored selectors correctly on error (#1141) (d50a967) v8.17.0 8.17.0 (2022-08-09) Features ByRole:...

dependencies
javascript

**Is your feature request related to a problem? Please describe.** Other testing-library libs have the ability to configure the size of the debug output by using the `DEBUG_PRINT_LIMIT` env variable....

help wanted
STATE: Need response

**Is your feature request related to a problem? Please describe.** I had a list of buttons containing years and wanted to do a numeric comparison to a year number in...

help wanted
STATE: Need response

**Describe the bug** Following [the documentation](https://testing-library.com/docs/testcafe-testing-library/intro/), I tried to write the following test ```ts const main = Selector('main[role="main"]'); const dialog = Selector('div[role="dialog"]'); signin = within(main).queryByText("Sign in"); google = within(dialog).queryByText(/Google/i); test("user...

help wanted
STATE: Need response

**Description** New version of testing-library-dom is deprecating [wait](https://testing-library.com/docs/dom-testing-library/api-async/#deprecated-methods) function for waitFor, breaking some existent tests using a previous version (“6.14.0”). Could be due to this change: > `Previously, wait was...

help wanted
STATE: Need response

Reverts testing-library/testcafe-testing-library#348

STATE: Need response

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 23.0.2. Release notes Sourced from semantic-release's releases. v23.0.2 23.0.2 (2024-02-07) Bug Fixes deps: update dependency marked to v12 (#3176) (38105f5) v23.0.1 23.0.1 (2024-02-06) Bug Fixes...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies
javascript