https://github.com/nottyo/liff-cypress-unit-test
example liff app that unit test with Cypress
https://github.com/nottyo/liff-cypress-unit-test
Last synced: about 1 year ago
JSON representation
example liff app that unit test with Cypress
- Host: GitHub
- URL: https://github.com/nottyo/liff-cypress-unit-test
- Owner: nottyo
- Created: 2020-08-08T10:40:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T10:41:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T06:28:53.662Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# liff-cypress-unit-tests
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).