Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 4853cf5

Browse files
authored
link to vue-test-utils
1 parent 2e32970 commit 4853cf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
[![semantic-release][semantic-image] ][semantic-url]
99
[![js-standard-style][standard-image]][standard-url]
1010

11+
## TLDR
12+
13+
* What is this? This package allows you to use Cypress test runner to unit test your Vue components with zero effort.
14+
15+
* How is this different from [vue-test-utils](https://vue-test-utils.vuejs.org/en/)? It is similar in functionality BUT runs the component in the real browser with full power of Cypress E2E test runner: live GUI, full API, screen recording, CI support, cross-platform.
16+
1117
## Install
1218

1319
Requires [Node](https://nodejs.org/en/) version 6 or above.

0 commit comments

Comments
 (0)