From my understanding, vue-cli uses Karma for unit tests and Nightwatch + Selenium for E2E tests. My .gitlab-ci.yml looks like the following: stages: - test ...
確定! 回上一頁