Skip to content
/ vue-test Public

A demo project displaying how to use cypress to test out vue.js applications

License

Notifications You must be signed in to change notification settings

Ipaye/vue-test

Repository files navigation

Vue Test

The project is a mini demo of how cpyress can be used to perform E2E test on vue.js application. It shows a walk through of how to rest form inputs, Nofications on the page and also logic that show or hide specific components depending on the logic.

Project setup

To run This project locally, you need to run the following command.

$ git clone https://github.com/Ipaye/vue-test.git
$ cd vue-test
$ yarn install
$ yarn serve

Run your tests

To run the test, run the following command

yarn run test

PS: running cypress test would open an electron window so you have to be a little patient with it😊

Licencing

This project also has an MIT License.

About

A demo project displaying how to use cypress to test out vue.js applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published