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

🐅 Simple and complete custom Cypress commands and utilities that encourage good testing practices.

Results 48 cypress-testing-library issues
Sort by recently updated
recently updated
newest added

- `cypress-testing-library` version: 8.0.3 - `node` version: 16.15.0 - `npm` version: 8.5.5 **Relevant code or config**: tsconfig.json file ```javascript { "compilerOptions": { "target": "es5", "lib": ["es5", "dom"], "types": ["cypress", "@testing-library/cypress"]...

- `cypress-testing-library` version: @testing-library/cypress: 8.0.2 - `node` version: 17.8.0 - `npm` (or `yarn`) version: 8.5.5 Relevant code or config ```bash DEBUG_PRINT_LIMIT=1000000 cypress run ``` What you did: Trying to use...

- `cypress-testing-library` version: 7.0.6 - `node` version: 14.17.5 - `npm` (or `yarn`) version: 6.14.15 - Cypress 9.6.1 (9.6.0 min needed for experimental [cy.origin](https://docs.cypress.io/api/commands/origin) function) Relevant code or config ```cypress.json "experimentalSessionAndOrigin":...

I've followed the instructions from [testing-library](https://testing-library.com/docs/cypress-testing-library/intro/), but no matter what I have, eslint seems to reject each and every function (findByRole, findByLabelText, findByText, findByDisplayValue). Any idea how to get rid...

**Versions:** - `cypress-testing-library` version: 8.0.1 - `node` version: 12.22.6 - `npm` version: 6.14.15 **What you did:** I tried to get an element using the `cy.findByRole` command **What happened:** `TypeError: Cannot...

**What**: Docs update **Why**: Typo **How**: Fixed typo **Checklist**: - [x] Documentation - [x] Tests - [x] Ready to be merged

- `cypress-testing-library` version: 7.0.3 - `node` version: 14.14.0 - `npm` (or `yarn`) version: yarn 1.22.5 **Relevant code or config** ```javascript // In the test file findByLabelText('Label 1'); // In the...

doc is one page with no info on setup. I don't know how to run or configure cypress.

I have installed DOM and Cypress testing library modules in my react project : **npm install --save-dev @testing-library/dom** **npm install --save-dev @testing-library/cypress** As mentioned in testing library docs , I...

### Problem description: I configured Cypress Testing Library in my Typescript/ESLint repo using the standard instructions on the docs site: https://testing-library.com/docs/cypress-testing-library/intro/ When writing tests using `find*` commands, I immediately got...