/testing-vuejs-with-wallabyjs

Testing Vue Single File Components with Wallaby.js

Primary LanguageJavaScript

Testing Vue Single File Components with Wallaby.js

This repository contains the example shown at the Vue.js Meetup at Hamburg, 19th of June.

Setup

This project uses yarn to manage dependencies from npm.

Run yarn to install all necessary dependencies.

yarn install

Follow the instructions from wallabyjs.com to install the plugin appropriate for your editor or IDE.

Run Tests

VS Code

Hit Ctrl/Cmd + Shift + = and select Start to run all tests.

Webstorm IDE

Create a Run configuration to run all tests. To do so please follow the instructions from wallabyjs.com