nuxt3-eslint-starter icon indicating copy to clipboard operation
nuxt3-eslint-starter copied to clipboard

Component test and E2E test

Open weicheng2138 opened this issue 3 years ago • 0 comments

  • [x] implement vitest. vitest is a testing tool, not for component test.

  • [x] implement E2E test with testcafe

  • [x] vitest works with "@nuxt/test-utils": "^3.0.0-rc.3" to test SSR page.

  • [ ] vitest cannot make unit test with @vue/test-utils to mount the component. But require @vitejs/plugin-vue to handle .vue file. Still figuring out...

weicheng2138 avatar May 11 '22 12:05 weicheng2138