We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run test:e2e는 cypress open 입니다.
npm run test:e2e
따라서, cypress에 의한 Test Code Automation은 적용되지 않습니다.
Cypress open이 아니라 실행을 하는 script로 변경이 필요해 보입니다.
cypress 공식문서 cypress test 정리 블로그 cypress/instrument-cra vite-plugin-istanbul
The text was updated successfully, but these errors were encountered:
Coreight98
No branches or pull requests
Problem
npm run test:e2e
는 cypress open 입니다.따라서, cypress에 의한 Test Code Automation은 적용되지 않습니다.
Cypress open이 아니라 실행을 하는 script로 변경이 필요해 보입니다.
cypress 공식문서
cypress test 정리 블로그
cypress/instrument-cra
vite-plugin-istanbul
The text was updated successfully, but these errors were encountered: