Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 709 Bytes

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.