getodk / central-frontend

Vue.js based frontend for ODK Central

Home Page:https://docs.getodk.org/central-intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for Vue warnings in CircleCI

matthew-white opened this issue · comments

We have had a couple cases of tests passing despite Vue warnings being logged:

Warnings like these point to something that needs to be addressed in a test even though the test is passing. I think it'd be a good idea to have CircleCI check for Vue warnings logged during npm run test and fail if it finds any.

There can be other types of warnings logged during testing, for example, see #688. If it would be easy to catch those as well, that would be ideal. If not, just checking for Vue warnings would be a great start.