add-typescript-to-cypress
add-typescript-to-cypress copied to clipboard
Quickly adds TypeScript spec support to Cypress
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`15.13.18` -> `15.14.0`](https://renovatebot.com/diffs/npm/semantic-release/15.13.18/15.14.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`6.1.4` -> `6.2.3`](https://renovatebot.com/diffs/npm/mocha/6.1.4/6.2.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dependency-check](https://togithub.com/dependency-check-team/dependency-check) | [`3.3.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/dependency-check/3.3.0/3.4.1) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`3.4.0` -> `3.8.3`](https://renovatebot.com/diffs/npm/cypress/3.4.0/3.8.3) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [shelljs](https://togithub.com/shelljs/shelljs) | [`0.8.3` -> `0.8.5`](https://renovatebot.com/diffs/npm/shelljs/0.8.3/0.8.5) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/webpack-preprocessor](https://togithub.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor#readme) ([source](https://togithub.com/cypress-io/cypress)) | [`4.1.0` -> `4.1.5`](https://renovatebot.com/diffs/npm/@cypress%2fwebpack-preprocessor/4.1.0/4.1.5) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ban-sensitive-files](https://togithub.com/bahmutov/ban-sensitive-files) | [`1.9.2` -> `1.9.18`](https://renovatebot.com/diffs/npm/ban-sensitive-files/1.9.2/1.9.18) | [](https://docs.renovatebot.com/merge-confidence/)...
Thank you for taking time to open a new issue. Please answer a few questions to help us fix it faster. You can delete text that is irrelevant to the...
Error: > @bahmutov/add-typescript-to-cypress postinstall$ node src/add-plugin.js Cannot find "cypress" folder in C:\baps\react_all\tmd-test-webpack\node_modules\.pnpm\@[email protected][email protected]+webpac │ Please scaffold Cypress folder by opening Cypress once │ and then installing this package again │ See:...
The purpose of this is to better handle when using environments that cache the node_modules folder by symlinking (ie. AWS CodeBuild cache). By using `process.env.INIT_CWD` we save the need to...