Results 6 comments of Dante

I'm using only `cypress-audit` package, same type problems with cy.lighthouse in spec files. I'm looking work around either. Should I define type explicitly in type in `support/commands.ts` ?

버전 18 번역에 참가하고 싶은데 언제쯤 시작 가능할까요?

@developer-1px vite 환경에서는 내부적으로 dynamic require 구문을 사용해 정적 파일을 불러오는 라이브러리를 사용 시 [에러](https://github.com/vitejs/vite/issues/3409)가 나기 때문에 아래와 같이 commonJS를 지원하는 플러그인을 사용해야 합니다. 예시에서는 [vite-plugin-commonjs](https://github.com/originjs/vite-plugins/tree/main/packages/vite-plugin-commonjs) 를 사용했습니다. vite.config.js에 아래와...

@connectdotz thank you for responding! I'll check multi-root workspace and see what's could be changed

I'm facing this issue too. I build docker image based on `cypress/browsers:node14.17.6-slim-chrome100-ff99-edge`, error occurred right after print cypress report, my pipeline assumes whole process is failed.