Skip to content

ChristophWalter/ways-of-ui-testing

Repository files navigation

ways-of-ui-testing

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.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

About

A comparison between the ui testing tools VueTestingLibrary, vue-test-utils and Cypress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published