This repository holds examples for the article UI Testing mit Spaßfaktor published in the german magazine Softwerker.
The article describes my own experiences and common problems when testing ui interfaces. Followed by some suggestions to avoid these problems and building a new mindset. Finally this article compares the VueTestingLibrary to the vue-test-utils and cypress and this is where this repository comes into play. Find the used test examples here. Or start the whole application like shown below.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit