Lachlan Miller

Results 28 issues of Lachlan Miller

- Resolves https://github.com/cypress-io/cypress/issues/22353 ### User facing changelog Introduce a new Cypress experiment, `singleTabRunMode`, for Component Testing. All specs will execute in a single tab, similar to the Component Testing alpha...

- Closes https://github.com/cypress-io/cypress/issues/23032 ### User facing changelog N/A ### Additional details Add a useful warning for users on the old React API, `cypress/react`, who are using React 18. They can...

### What would you like? Use Cypress Studio in Cypress 10. As discussed [here](https://github.com/cypress-io/cypress/discussions), Cypress 10 shipped without Cypress Studio. We plan to re-introduce it. This ticket is to track...

Epic
stage: internal

TypeScript lets us be even more thorough with our testing. Might be useful to write a bit about it.

Via patch package. ______ Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@cypress/[email protected]` for the project I'm working on. Here is the diff...

Docs for: https://github.com/cypress-io/cypress/pull/23104

Updated based on a issue someone asked on [Stack Overflow](https://stackoverflow.com/questions/51030541/cant-use-3rd-party-components-with-vue-js-as-cdn/51034951#51034951) CDN link needs to also specify `/dist/vue-rangedate-picker.min.js`. Test ```html document.addEventListener("DOMContentLoaded", () => { VueRangedatePicker.default.install(Vue) new Vue({ el: "#app", methods: {...

Hi, I would like to move to Jest from karma-mocha-chai for unit tests. You can still use power_assert with jest. The benefits of Jest: - watch mode (only run tests...

- Closes https://github.com/cypress-io/cypress/issues/23653 ### User facing changelog Update type definition for `mount` function exported from `cypress/vue`. ### Additional details ### Steps to test I could not reproduce this type error...