cypress-map icon indicating copy to clipboard operation
cypress-map copied to clipboard

Cypress query commands for v12+

Results 11 cypress-map issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

```js cy.getInOrder({ h1: '[data-cy=h1]', h2: '[data-cy=h2]', }) // yields an object with array elements { h1: , h2: } ```

enhancement

cy.get command returns more than one jquery objects and if we use mapChain after cy,get, we get an error subject to be an array

question

![image](https://github.com/bahmutov/cypress-map/assets/6638055/8e20355b-903c-42de-a756-488d80ebab71) ``` "cypress": "^12.17.1", "cypress-map": "^1.21.0", ``` After my cypress is upgraded to 12.17, tsconfig.json starts to complain about cypress-map. tsconfig: ```{ "compilerOptions": { "experimentalDecorators": true, "baseUrl": "./", "lib": [...

Which takes an assertion and runs every element / item in the current subject through the assertion

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`^23.0.0` -> `^24.0.0`](https://renovatebot.com/diffs/npm/semantic-release/23.1.1/24.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependencies
renovate

To reproduce: ```js it("fails", () => { cy.visit("https://example.cypress.io"); cy.get(".home-list ul > li") .sample() .invoke("text") .as("commandName", { type: "static" }) .then(cy.log); cy.get("@commandName").then(cy.log); }); ``` The yielded `commandName` value should not change...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.5.4` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependencies
renovate

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | --- ### Configuration...

type: dependencies
renovate