add-cypress-custom-command-in-typescript icon indicating copy to clipboard operation
add-cypress-custom-command-in-typescript copied to clipboard

Testing how new Cypress commands are added in TypeScript

Results 21 add-cypress-custom-command-in-typescript issues
Sort by recently updated
recently updated
newest added

Shouldn't this be deprecated due to first-class typescript support?

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/cypress-io/add-cypress-custom-command-in-typescript). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`8.10.56` -> `8.10.66`](https://renovatebot.com/diffs/npm/@types%2fnode/8.10.56/8.10.66) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | moment | [`2.24.0` -> `2.29.4`](https://renovatebot.com/diffs/npm/moment/2.24.0/2.29.4) | ### GitHub Vulnerability Alerts #### [CVE-2022-24785](https://togithub.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4) ### Impact This...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | minimist | [`1.2.5` -> `1.2.6`](https://renovatebot.com/diffs/npm/minimist/1.2.5/1.2.6) | ### GitHub Vulnerability Alerts #### [CVE-2021-44906](https://nvd.nist.gov/vuln/detail/CVE-2021-44906) Minimist prior to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | lodash | [`4.17.15` -> `4.17.21`](https://renovatebot.com/diffs/npm/lodash/4.17.15/4.17.21) | ### GitHub Vulnerability Alerts #### [CVE-2021-23337](https://nvd.nist.gov/vuln/detail/CVE-2021-23337) `lodash` versions prior...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | async | [`2.6.1` -> `2.6.4`](https://renovatebot.com/diffs/npm/async/2.6.1/2.6.4) | ### GitHub Vulnerability Alerts #### [CVE-2021-43138](https://nvd.nist.gov/vuln/detail/CVE-2021-43138) A vulnerability exists...

Keeping `support/commands.js` as a JS file. And creating a `support/commands.d.ts` with: ```ts namespace Cypress { interface cy extends Chainable { getCustomer: () => void; } } ``` Makes it much...

The following code produces a compilation error: "Expected 1 arguments, but got 0." ```typescript // support/commands.ts function doSomething(subject) { console.log(subject); } Cypress.Commands.add( "doSomething", { prevSubject: true }, doSomething ); declare...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://togithub.com/webpack/webpack) | [`4.41.4` -> `5.50.0`](https://renovatebot.com/diffs/npm/webpack/4.41.4/5.50.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.50.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...