Code Review Videos > How I Fixed

How I Fixed: We’ve found 2 Cypress configuration files named cypress.config.ts, cypress.config.js

If you’re using Cypress with TypeScript in your project, it’s possible you may encounter the following error message when trying to run Cypress: And how this looks in Cypress itself: The issue is fairly easy to resolve. Simply delete all the conflicting configuration files. In my case I wanted to keep cypress.config.ts, and so remove … Read more

Can I use PC keyboard and mouse on Mac?

Yes. You absolutely can use a PC keyboard and a PC mouse on a Mac. With some caveats. I’m writing this post as I have work client right now that enforces use of their corporate Macbook Pro laptop. They provide the laptop, but won’t give me a Mac keyboard or mouse. Fortunately I have some … Read more